本帖最后由 496026791 于 2018-10-20 18:13 编辑
报错LOG在附件里
Log Details (ERROR) Sat Oct 20 2018 17:28:05 GMT+0800 Unable to install package HAP-python==2.2.2: python-jose-cryptodome 1.3.2 has requirement pycryptodome<3.4.0,>=3.3.1, but you'll have pycryptodome 3.6.6 which is incompatible.
Command "/srv/homeassistant/homeassistant_venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-r9rekvpr/pycryptodome/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-uik3jnab/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/homeassistant_venv/include/site/python3.6/pycryptodome" failed with error code 1 in /tmp/pip-install-r9rekvpr/pycryptodome/
我通过手动命令装的pycryptodome。sudo pip3 install pycryptodome可是装成了3.6.6。
然后我卸载了3.6.6,通过==3.3.1,直接装的3.3.1版本,可是仍然报错。。手动安装HAP-pytonn 都不行。
求助各位大佬
|