Skip to content

Instantly share code, notes, and snippets.

@Tinche
Created April 29, 2014 22:09
Show Gist options
  • Save Tinche/8fea60aa2ff1af199ce3 to your computer and use it in GitHub Desktop.
Save Tinche/8fea60aa2ff1af199ce3 to your computer and use it in GitHub Desktop.
> pip install configparser --no-compile
Downloading/unpacking configparser
Using download cache from /home/tin/.cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fconfigparser%2Fconfigparser-3.3.0r2.tar.gz
Running setup.py (path:/home/tin/pg/cp-pypy/build/configparser/setup.py) egg_info for package configparser
Installing collected packages: configparser
Running setup.py install for configparser
deleting configparser.egg-info/requires.txt
error: <fdopen>: Bad file descriptor
Complete output from command /home/tin/pg/cp-pypy/bin/pypy -c "import setuptools, tokenize;__file__='/home/tin/pg/cp-pypy/build/configparser/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ZseZjG-record/install-record.txt --single-version-externally-managed --no-compile --install-headers /home/tin/pg/cp-pypy/include/site/python2.7:
running install
running build
running build_py
creating build
creating build/lib
copying configparser.py -> build/lib
copying configparser_helpers.py -> build/lib
running install_lib
copying build/lib/configparser.py -> /home/tin/pg/cp-pypy/site-packages
copying build/lib/configparser_helpers.py -> /home/tin/pg/cp-pypy/site-packages
running install_egg_info
running egg_info
deleting configparser.egg-info/requires.txt
writing configparser.egg-info/PKG-INFO
writing top-level names to configparser.egg-info/top_level.txt
writing dependency_links to configparser.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'configparser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'configparser.egg-info/SOURCES.txt'
Copying configparser.egg-info to /home/tin/pg/cp-pypy/site-packages/configparser-3.3.0r2-py2.7.egg-info
running install_scripts
error: <fdopen>: Bad file descriptor
----------------------------------------
Cleaning up...
Command /home/tin/pg/cp-pypy/bin/pypy -c "import setuptools, tokenize;__file__='/home/tin/pg/cp-pypy/build/configparser/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ZseZjG-record/install-record.txt --single-version-externally-managed --no-compile --install-headers /home/tin/pg/cp-pypy/include/site/python2.7 failed with error code 1 in /home/tin/pg/cp-pypy/build/configparser
Storing debug log for failure in /home/tin/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment