Home > other > Python matplotlib, installed the countless times is always unsuccessful
Python matplotlib, installed the countless times is always unsuccessful
Time:11-18
With Python2.7.9, ImportError: matplotlib requires dateutil, ImportError: matplotlib requires pyparsing, No module name six of these three problems have been solved, but still go wrong,
& gt;> The import matplotlib
Traceback (the most recent call last) : The File "& lt; Pyshell# 18 & gt;" , line 1, in The import matplotlib The File "C: \ Python27 \ lib \ site - packages \ matplotlib \ set py", line 124, in & lt; module> The from matplotlib. Rcsetup import (defaultParams, The File "C: \ Python27 \ lib \ site - packages \ matplotlib \ rcsetup py", line 26, in & lt; module> The from matplotlib. Colors import is_color_like The File "C: \ Python27 \ lib \ site - packages \ matplotlib \ colors py", line 59, in & lt; module> The import matplotlib. Cbook as cbook AttributeError: 'module' object has no attribute 'cbook
CodePudding user response:
Python 3.5.1 track of, use PIP install matplotlib installation, a successful, completely no problem.