我试图在 python 中使用饼图显示数据,所以我尝试使用 pip 安装 matplotlib。这样做之后,我尝试导入 matplotlib,但出现错误:ModuleNotFoundError: No module named 'matplotlib'。
在命令提示符中,我输入了“pip install matplotlib”,一切似乎都成功了。这是最后一行:
Successfully installed backports.functools-lru-cache-1.5 cycler-0.10.0 kiwisolver-1.0.1 matplotlib-2.2.4 numpy-1.16.2 pyparsing-2.3.1 python-dateutil-2.8.0 pytz-2018.9 six-1.12.0
我也试过'python -m pip install -U matplotlib',但我仍然得到一个ModuleNotFoundError。
我试过在 python 3 和 2 中运行输入语句,都没有奏效。
我查看了有关此问题的各种不同讨论,但似乎没有一个对我有帮助。我怎样才能解决这个问题?
凤凰求蛊
慕斯709654
相关分类