Advertisement
madr

1

Feb 9th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. mayank@mayank-Inspiron:~/soc$ make setup
  2. virtualenv venv
  3. New python executable in venv/bin/python
  4. Installing setuptools, pip...done.
  5. venv/bin/pip install -U lxml setuptools
  6. Downloading/unpacking lxml
  7. 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
  8. Running setup.py (path:/home/mayank/soc/venv/build/lxml/setup.py) egg_info for package lxml
  9. /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  10. warnings.warn(msg)
  11. Building lxml version 3.4.2.
  12. Building without Cython.
  13. Using build configuration of libxslt 1.1.28
  14.  
  15. warning: no previously-included files found matching '*.py'
  16. Real name of requirement setuptools is setuptools
  17. Could not find any downloads that satisfy the requirement setuptools in ./venv/lib/python2.7/site-packages
  18. Downloading/unpacking setuptools
  19. Cleaning up...
  20. No distributions at all found for setuptools in ./venv/lib/python2.7/site-packages
  21. Storing debug log for failure in /home/mayank/.pip/pip.log
  22. make: *** [.initial-setup] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement