gabrielfalcao / HTTPretty

Intercept HTTP requests at the Python socket level. Fakes the whole socket module

Home Page:https://httpretty.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

akun opened this issue · comments

commented

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.

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

same too

pip install httpretty==1.0.0 failed

pip install httpretty==0.9.7 success

Same on my side. They forgot to include development.txt file into the tar.gz.

Same here. Thanks to the maintainers for hopping on this so quickly!

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.