配置过程中出现的问题

Error1:

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

Solution:

  1. sudo apt-get remove python-matplotlib

参考:StackOverFlow

Error2:

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