最近另一个同事安装了PyCrypto,并且在本地和服务器运行都没有错误。当我download下来的时候,安装PyCrypto,运行竟然出现了错误。如下:
1 | homeassistant | 16-07-01 18:35:24 ERROR (MainThread) [homeassistant.bootstrap] Error during setup of component wink |
解决办法是
1 | pip3 uninstall pycrypto |
这时候就可以正常运行了
原文链接: http://yoursite.com/2018/10/31/安装PyCrypto以后出现的错误/
版权声明: 转载请注明出处.