我有一台配备Python 3.6.0的Mac。我不能用matplotlib;当我输入RESTART: /Users/kaykay/Documents/matplotlib.py
Traceback (most recent call last):
File "/Users/kaykay/Documents/matplotlib.py", line 3, in <module>
import pandas
AttributeError: module 'matplotlib' has no attribute '__version__'
时,我收到“无法找到满足要求matpotblib的版本”。我将拼写错误从“matpotblib”修改为“matplotlib”,但现在我在IDLE中导入时会出现以下错误。
git pull