简体   繁体   English

在 python 中安装 matplotlib 时遇到问题

[英]Having trouble installing matplotlib in python

I tried updating conda, and I got this message: ERROR conda.core.link:_execute_actions(337): An error occurred while uninstalling package 'defaults::requests-2.14.2-py36_0'. PermissionError(13, 'Permission denied')我尝试更新 conda,但收到此消息: ERROR conda.core.link:_execute_actions(337): An error occurred while uninstalling package 'defaults::requests-2.14.2-py36_0'. PermissionError(13, 'Permission denied') ERROR conda.core.link:_execute_actions(337): An error occurred while uninstalling package 'defaults::requests-2.14.2-py36_0'. PermissionError(13, 'Permission denied') . ERROR conda.core.link:_execute_actions(337): An error occurred while uninstalling package 'defaults::requests-2.14.2-py36_0'. PermissionError(13, 'Permission denied') And if I try updating just matplotlib on conda, I get: ERROR conda.core.link:_execute_actions: An error occurred while installing package如果我尝试在 conda 上仅更新 matplotlib,我会得到: ERROR conda.core.link:_execute_actions: An error occurred while installing package

The first question when you update conda is that PermissionError , maybe you just do not have enough system permission.更新 conda 时的第一个问题是PermissionError ,也许您只是没有足够的系统权限。 The second question, you did not give enough error tips.第二个问题,你没有给出足够的错误提示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM