摘要:
问题描述: 1.当你卸载python库的时候,如:pip uninstall pandas 2.当你想要更新python库的时候,如:pip install --upgrade pandas 等等… 就会出现PermissionError: [WinError 5] 问题 废话不多说,分三步完全解决 阅读全文
posted @ 2023-03-06 20:56
C羽言
阅读(14444)
评论(0)
推荐(0)
摘要:
Anaconda 是一个用于科学计算的 Python 发行版,支持 Linux, Mac, Windows, 包含了众多流行的科学计算、数据分析的 Python 包。 Anaconda 安装包可以到 https://mirrors.tuna.tsinghua.edu.cn/anaconda/arch 阅读全文
posted @ 2023-03-06 20:41
C羽言
阅读(350)
评论(0)
推荐(0)