Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 418 Bytes

issue.md

File metadata and controls

14 lines (8 loc) · 418 Bytes

配置过程中出现的问题

####Error1:

AttributeError: 'module' object has no attribute '_string_to_bool'

####Solution:

sudo apt-get remove python-matplotlib

参考:StackOverFlow

Error2:

所有的包最好通过pip install scipy安装,而不是sudo apt-get install python-scipy之类的。