question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install failed to run `pip install httpretty==1.0.0`

See original GitHub issue

install failed

pip install httpretty==1.0.0

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-download-o5h2pebg/httpretty/setup.py", line 58, in <module>
        tests_require=local_file('development.txt').splitlines(),
      File "/tmp/pip-download-o5h2pebg/httpretty/setup.py", line 40, in <lambda>
        os.path.join(os.path.dirname(__file__), *f), encoding='utf-8').read()
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-download-o5h2pebg/httpretty/development.txt'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:13
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
bartazcommented, Mar 26, 2020

Same here. Our CI jobs started to fail because of that.

0reactions
gabrielfalcaocommented, Mar 26, 2020

Very sorry about this problem folks, release 1.02 is out and fixes the problem, please create an issue if you have any problems and I’ll try to fix ASAP.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pip Install not installing into correct directory? - Stack Overflow
From the comments to the original question, it seems that you have multiple versions of python installed and that pip just goes to...
Read more >
Error when running pip install: python setup.py egg_info ...
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-itd9hctk/pyradar/ is the error I am getting.
Read more >
How to Install Pip on Windows - ActiveState
Prerequisites for Pip Installation. Check if pip is already installed by running the following on the command line: pip --version.
Read more >
pip install - pip documentation v22.3.1
Concurrent use of the environment during the install is more likely to work. A failed install is less likely to leave a broken...
Read more >
Install Python support - Visual Studio (Windows)
Use the Repair option in the Visual Studio installer. Repair or reinstall Python through Settings > Apps & features in Windows. Example error: ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found