Skip to content

Instantly share code, notes, and snippets.

@kb1lqc
Created May 2, 2017 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kb1lqc/6686b072766de311baf6bc42f3390086 to your computer and use it in GitHub Desktop.
Save kb1lqc/6686b072766de311baf6bc42f3390086 to your computer and use it in GitHub Desktop.
pip install faraday error log
Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
Config variable 'Py_UNICODE_SIZE' is unset, Python ABI tag may be incorrect
Collecting faraday
1 location(s) to search for versions of faraday:
* https://pypi.python.org/simple/faraday/
Getting page https://pypi.python.org/simple/faraday/
Analyzing links from page https://pypi.python.org/simple/faraday/
Found link https://pypi.python.org/packages/5a/75/01f2f5caac295298eb7eb73e74c043ebfcc23146ff73cb48b70b1b3b0a90/faraday-0.0.1.tar.gz#md5=a88da6253618c6040e4e97e69f90f8e9 (from https://pypi.python.org/simple/faraday/), version: 0.0.1
Skipping link https://pypi.python.org/packages/83/4b/15f5b0347e3491d184775784f809ee9d99c31ccd503a9ca38b287270d0a4/faraday-0.0.1-py2.7.egg#md5=cf5e5a40bb3cf583f4213bbe3c0f7e78 (from https://pypi.python.org/simple/faraday/); unsupported archive format: .egg
Found link https://pypi.python.org/packages/9c/72/b3d318be0ded1ae51187b0b2453791d33ca5cdaa835be045b3810d13ff11/faraday-0.0.1a2-py2-none-any.whl#md5=1bcce8a2cd82ca96ab4f31f8c9709c89 (from https://pypi.python.org/simple/faraday/), version: 0.0.1a2
Found link https://pypi.python.org/packages/9e/19/efca162c24b8b9624a4dba9d51471512f13206d27652a69a8dd7f032d09e/faraday-0.0.1a3-py2-none-any.whl#md5=d3f920daa08413d8cef7ffdff90865e2 (from https://pypi.python.org/simple/faraday/), version: 0.0.1a3
Found link https://pypi.python.org/packages/a3/28/cecac3756114787f53398d118c63913903b8f5a4cd558e6fb24c0aa0de8b/faraday-0.0.1a4-py2-none-any.whl#md5=2928d0aaa706567ad8b0173019406172 (from https://pypi.python.org/simple/faraday/), version: 0.0.1a4
Found link https://pypi.python.org/packages/e3/ca/24164c411e59c72ec3f0a779a2ad6be85d69e02f42c51311c2c07dedc6b4/faraday-0.0.1a1-py2-none-any.whl#md5=41849a689744c1efcc2ffb731edef466 (from https://pypi.python.org/simple/faraday/), version: 0.0.1a1
Using version 0.0.1 (newest of versions: 0.0.1)
Using cached faraday-0.0.1.tar.gz
Downloading from URL https://pypi.python.org/packages/5a/75/01f2f5caac295298eb7eb73e74c043ebfcc23146ff73cb48b70b1b3b0a90/faraday-0.0.1.tar.gz#md5=a88da6253618c6040e4e97e69f90f8e9 (from https://pypi.python.org/simple/faraday/)
Running setup.py (path:c:\users\bryce\appdata\local\temp\pip-build-astoa8\faraday\setup.py) egg_info for package faraday
Running command python setup.py egg_info
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\bryce\appdata\local\temp\pip-build-astoa8\faraday\setup.py", line 30, in <module>
long_description=read('README.md'),
File "c:\users\bryce\appdata\local\temp\pip-build-astoa8\faraday\setup.py", line 18, in read
return open(os.path.join(os.path.dirname(__file__), fname)).read()
IOError: [Errno 2] No such file or directory: 'c:\\users\\bryce\\appdata\\local\\temp\\pip-build-astoa8\\faraday\\README.md'
Cleaning up...
Command "python setup.py egg_info" failed with error code 1 in c:\users\bryce\appdata\local\temp\pip-build-astoa8\faraday\
Exception information:
Traceback (most recent call last):
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\basecommand.py", line 215, in main
status = self.run(options, args)
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\commands\install.py", line 335, in run
wb.build(autobuilding=True)
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\req\req_set.py", line 634, in _prepare_file
abstract_dist.prep_for_dist()
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\req\req_set.py", line 129, in prep_for_dist
self.req_to_install.run_egg_info()
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\req\req_install.py", line 439, in run_egg_info
command_desc='python setup.py egg_info')
File "c:\users\bryce\documents\github\faradayenv\lib\site-packages\pip\utils\__init__.py", line 707, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command "python setup.py egg_info" failed with error code 1 in c:\users\bryce\appdata\local\temp\pip-build-astoa8\faraday\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment