내가 실행중인 명령은 다음과 같습니다.
$ 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
Thomas의 답변에서 알 수 있듯이 패키지를 설치 했습니까?