matplotlib cannot import name _thread on mac
最后的2行错误信息是12 from six.moves import _threadImportError: cannot import name _thread
发现是six出现了问题,用pip更新一下six,问题并没有解决,原因是并没有真正更新six的文件。在python下输入:12imp
...