摘要: 1,卸载numpy,pip3 uninstasll numpy 2,清华numpy安装,pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade numpy 阅读全文
posted @ 2023-04-10 23:22 liuweipaul123 阅读(821) 评论(0) 推荐(0) 编辑
摘要: 进入cmd,运行如下命令py -m ensurepip --upgrade 阅读全文
posted @ 2023-04-10 21:05 liuweipaul123 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 找到本地python安装的版本,点击uninstall进行卸载 卸载python第三方库的命令:pip3 uninstall 库名,如果提示C:\Users\DELL\AppData\Local\Programs\Python\Python311\python.exe -m pip uninstal 阅读全文
posted @ 2023-04-10 20:04 liuweipaul123 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 1,在cmd中输入pip debug --verbose,如下图圈红的就是当前python使用的标签,所以可以把cryptography-40.0.1-pp39-pypy39_pp73-win_amd64.whl改成cryptography-40.0.1-py39-none-any.whl就能安装成 阅读全文
posted @ 2023-04-10 17:18 liuweipaul123 阅读(567) 评论(0) 推荐(0) 编辑