####Error1:
AttributeError: 'module' object has no attribute '_string_to_bool'
####Solution:
sudo apt-get remove python-matplotlib
所有的包最好通过pip install scipy安装,而不是sudo apt-get install python-scipy之类的。
####Error1:
AttributeError: 'module' object has no attribute '_string_to_bool'
####Solution:
sudo apt-get remove python-matplotlib
所有的包最好通过pip install scipy安装,而不是sudo apt-get install python-scipy之类的。