Advertisement
Guest User

Untitled

a guest
May 4th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  2. or: setup.py --help [cmd1 cmd2 ...]
  3. or: setup.py --help-commands
  4. or: setup.py cmd --help
  5.  
  6. error: invalid command 'bdist_wheel'
  7.  
  8. $ pip --version
  9. pip 8.1.1 from /home/bdillman/proj/fashion/lib/python3.5/site-packages (python 3.5)
  10.  
  11. $ python -c "import setuptools; print(setuptools.__version__)"
  12. 18.2
  13.  
  14. $ python --version
  15. Python 3.5.1
  16.  
  17. $ which python
  18. /home/bdillman/workspace/fashion/bin/python
  19.  
  20. $ pip list
  21. Mako (1.0.4)
  22. MarkupSafe (0.23)
  23. peewee (2.8.0)
  24. pip (8.1.1)
  25. PyYAML (3.11)
  26. setuptools (21.0.0)
  27. wheel (0.29.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement