win10安裝homeassistant出錯(cuò)記錄(未解決)
2022-03-09 21:54 作者:學(xué)的很雜的一個(gè)人 | 我要投稿

安裝命令:pip install homeassistant -i https://pypi.mirrors.ustc.edu.cn/simple/



ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
忽略安裝PyYAML試試:
pip install homeassistant -i https://pypi.mirrors.ustc.edu.cn/simple/ --ignore-installed PyYAML

ERROR: spyder 4.1.4 requires pyqt5<5.13; python_version >= "3", which is not installed.
ERROR: spyder 4.1.4 requires pyqtwebengine<5.13; python_version >= "3", which is not installed.
Installing collected packages: certifi, urllib3, idna, charset-normalizer, requests, pip, voluptuous, ifaddr, backports.zoneinfo, MarkupSafe, jinja2, pycparser, cffi, cryptography, typing-extensions, async-timeout, sniffio, h11, anyio, httpcore, rfc3986, httpx, voluptuous-serialize, PyYAML, multidict, yarl, text-unidecode, python-slugify, PyJWT, frozenlist, aiosignal, attrs, aiohttp, pytz, astral, ciso8601, awesomeversion, atomicwrites, six, bcrypt, homeassistant
? WARNING: Failed to write executable - trying to use .deleteme logic
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒絕訪問(wèn)。: 'D:\\anaconda3\\Lib\\site-packages\\_cffi_backend.cp38-win_amd64.pyd'
Consider using the `--user` option or check the permissions.:
2022-3-9 21:44 這些錯(cuò)誤,我暫時(shí)無(wú)解,先放這里備忘
標(biāo)簽: