यहां वे कमांड हैं जो मैं चला रहा हूं:
$ python setup.py bdist_wheel
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
$ pip --version
pip 1.5.6 from /usr/local/lib/python3.4/site-packages (python 3.4)
$ python -c "import setuptools; print(setuptools.__version__)"
2.1
$ python --version
Python 3.4.1
$ which python
/usr/local/bin/python
इसके अलावा, मैं एक घर चल रहा है अजगर के साथ अजगर
यहाँ मेरी setup.py स्क्रिप्ट है: https://gist.github.com/cloudformdesign/4791c46fe7cd52eb61cd
मैं बिल्कुल पागल हो रहा हूं - मैं यह पता नहीं लगा सकता कि यह काम क्यों नहीं करेगा।
wheel
पैकेज स्थापित किया है क्योंकि थॉमस का जवाब सलाह देता है?