在 python 中安装 matplotlib 时遇到问题
我尝试更新 conda,并收到以下消息: 错误 conda.core.link:_execute_actions(337):卸载包“defaults::requests-2.14.2-py36_0”时发生错误。 PermissionError(13, '权限被拒绝')
。 如果我尝试在 conda 上只更新 matplotlib,我会得到:ERROR conda.core.link:_execute_actions: An error generated whileInstalling package
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')
.
And if I try updating just matplotlib on conda, I get: ERROR conda.core.link:_execute_actions: An error occurred while installing package
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你更新conda时的第一个问题是
PermissionError
,也许你只是没有足够的系统权限。第二个问题,你没有给出足够的错误提示。The first question when you update conda is that
PermissionError
, maybe you just do not have enough system permission. The second question, you did not give enough error tips.