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