- 积分
- 492
- 金钱
- 386
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 492
- 金钱
- 386
- HASS币
- 0
|
发表于 2018-2-7 21:42:23
|
显示全部楼层
老大,执行pip install netdisco 的时候有以下报错,不知道有影响没?
Downloading urllib3-1.22-py2.py3-none-any.whl (132kB)
100% |████████████████████████████████| 133kB 10kB/s
Building wheels for collected packages: enum-compat, netifaces
Running setup.py bdist_wheel for enum-compat ... error
Complete output from command /srv/homeassistant/homeassistant_venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-10ceiyxw/enum-compat/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpgq097fv_pip-wheel- --python-tag cp35:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for enum-compat
Running setup.py clean for enum-compat
Running setup.py bdist_wheel for netifaces ... error
Complete output from command /srv/homeassistant/homeassistant_venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-10ceiyxw/netifaces/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpf6_hwfkfpip-wheel- --python-tag cp35:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for netifaces
Running setup.py clean for netifaces
Failed to build enum-compat netifaces
Installing collected packages: six, enum-compat, netifaces, zeroconf, chardet, idna, certifi, urllib3, requests, netdisco
Running setup.py install for enum-compat ... done
Running setup.py install for netifaces ... done
Successfully installed certifi-2018.1.18 chardet-3.0.4 enum-compat-0.0.2 idna-2.6 netdisco-1.2.4 netifaces-0.10.6 requests-2.18.4 six-1.11.0 urllib3-1.22 zeroconf-0.19.1 |
|