美文网首页
pycharm跑自动化时报_mysql.so Library

pycharm跑自动化时报_mysql.so Library

作者: 陈大胃 | 来源:发表于2018-01-01 19:24 被阅读0次

ImportError('dlopen(/Library/Python/2.7/site-packages/_mysql.so, 2): Library not loaded: @rpath/libssl.1.0.0.dylib\n

Referenced from: /Library/Python/2.7/site-packages/_mysql.so\n  Reason: image not found',)

解决方法:

pip uninstall MySQL-python

brew uninstall mysql

brew install mysql --universal

pip install MySQL-python

参考:

http://madebyhoundstooth.com/blog/install-mysql-on-mountain-lion-with-homebrew/

https://gist.github.com/cole/1272701

相关文章

网友评论

      本文标题:pycharm跑自动化时报_mysql.so Library

      本文链接:https://www.haomeiwen.com/subject/ypatnxtx.html