当前位置:网站首页>Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法
Pycharm中使用pip安装第三方库安装失败:“Non-zero exit code (2)“的解决方法
2022-08-05 05:13:00 【吃饱了就很强】
【关于pip安装第三方库提示】Try to run this command from the system terminal. Make sure that you use the correct version of ‘pip’ installed for your Python interpreter located at ‘D:\python3.7\venv\Scripts\python.exe’.
好久没用pycharm,最近做图像处理相关的东西,安装第三方库发现任何库都安装不了,一直提示这玩意。
本来怀疑python解释器出现问题,但还是决定试试直接用cmd安装,于是发现可以安装成功。
顺便记录一下安装的指令,老是忘记。
pip install 包名 -i https://pypi.tuna.tsinghua.edu.cn/simple
每次都用cmd 安装比较麻烦,还是想找个最终解决办法。于是根据错误提示,猜测可能是pip版本和解释器不兼容?
我的电脑里安装的是python3.7
在电脑里D、E盘分别有一个python3.7 ,平时主要用D盘的解释器。E盘pip版本为19.0.3,而D盘pip版本为22.1.2
尝试卸载 22.1.2版本,安装19.0.3版本
python -m pip uninstall pip
easy_install pip==19.0.3
然后转回pycharm,用scipy尝试安装,测试问题是否解决,成功解决问题,舒服了!
在网上各种搜索找解决办法,煎熬了两个小时,终于解决了,开心。
边栏推荐
- Returned object not currently part of this pool
- [cesium] 3D Tileset model is loaded and associated with the model tree
- 【过一下10】sklearn使用记录
- 【过一下12】整整一星期没记录
- Community Sharing|Tencent Overseas Games builds game security operation capabilities based on JumpServer
- 【读书】长期更新
- [Student Graduation Project] Design and Implementation of the Website Based on the Web Student Information Management System (13 pages)
- RDD和DataFrame和Dataset
- 第5讲 使用pytorch实现线性回归
- 使用二维码解决固定资产管理的难题
猜你喜欢
RL reinforcement learning summary (1)
Flutter learning 2-dart learning
类的底层机制
Structured light 3D reconstruction (1) Striped structured light 3D reconstruction
ESP32 485光照度
Excel画图
[cesium] 3D Tileset model is loaded and associated with the model tree
基于Web的商城后台管理系统的设计与实现
Redis哨兵模式配置文件详解
Reverse theory knowledge 4
随机推荐
Returned object not currently part of this pool
OFDM Lecture 16 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
Community Sharing|Tencent Overseas Games builds game security operation capabilities based on JumpServer
MySQL基础(一)---基础认知及操作
ESP32 485光照度
服务器磁盘阵列
u-boot in u-boot, dm-pre-reloc
【练一下1】糖尿病遗传风险检测挑战赛 【讯飞开放平台】
C#关于set()和get()方法的理解及使用
Flutter learning 5-integration-packaging-publish
Flutter学习4-基本UI组件
数据库 单表查询
LeetCode:1403. 非递增顺序的最小子序列【贪心】
Judgment statement _switch and case
1068找到更多的硬币
Flutter learning - the beginning
【过一下 17】pytorch 改写 keras
LAB Semaphore Implementation Details
[cesium] 3D Tileset model is loaded and associated with the model tree
多线程查询结果,添加List集合