Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2015 04:54
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 anonymous/69ca99018ef5bf052694 to your computer and use it in GitHub Desktop.
Save anonymous/69ca99018ef5bf052694 to your computer and use it in GitHub Desktop.
mayank@mayank-Inspiron:~/soc$ make setup
virtualenv venv
New python executable in venv/bin/python
Installing setuptools, pip...done.
venv/bin/pip install -U lxml setuptools
Downloading/unpacking lxml
Using download cache from /var/tmp/melange-download-cache-mayank/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fl%2Flxml%2Flxml-3.4.2.tar.gz
Running setup.py (path:/home/mayank/soc/venv/build/lxml/setup.py) egg_info for package lxml
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
warnings.warn(msg)
Building lxml version 3.4.2.
Building without Cython.
Using build configuration of libxslt 1.1.28
warning: no previously-included files found matching '*.py'
Real name of requirement setuptools is setuptools
Could not find any downloads that satisfy the requirement setuptools in ./venv/lib/python2.7/site-packages
Downloading/unpacking setuptools
Cleaning up...
No distributions at all found for setuptools in ./venv/lib/python2.7/site-packages
Storing debug log for failure in /home/mayank/.pip/pip.log
make: *** [.initial-setup] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment