0
mathplotlibをインポートしようとしている間にこの問題が発生しました。ここでmathplotlib six.moves.urllib.requestインポートエラー
Traceback (most recent call last):
File "C:/xxx/solver.py", line 7, in <module>
import matplotlib
File "C:\Users\xxx\Anaconda2\lib\site-packages\matplotlib\__init__.py", line 129, in <module>
from six.moves.urllib.request import urlopen
ImportError: cannot import name urlopen