1. 首页
  2. 数据库
  3. 其它
  4. pycharm2017 导入matplotlib时DLL not found问题的解决

pycharm2017 导入matplotlib时DLL not found问题的解决

上传者: 2021-01-16 21:35:38上传 PDF文件 26.48KB 热度 27次
今天在pycharm中导入:import matplotlib.pyplot as plt时出现DLL not found,导入失败,按照网上很多博主的方法说是在pycharm中安装matplotlib,但是我的pycharm里面已经有matplotlib了,而且我尝试重新再pycharm安装时却找不到matplotlib包,目前的解决方法是配置环境变量,将以下的目录加入path环境变量即可: C:\Anaconda3 C:\Anaconda3\Scripts C:\Anaconda3\Library\bin 按照提示点击确定,配置完成后,重启pycharm即可解决。注意:一定要重启pych
用户评论