指定源安装 pip install git+https://github.com/xxxxxx.git

pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

python装包失败

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vn_f_e1n/psutil/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-vs9hh87b-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-vn_f_e1n/psutil/

原因pip版本过低

python -m pip install --upgrade pip 升级pip包

遇到随时补充

最新文章

  1. dede使用方法----实现英文版的搜索功能
  2. 深入剖析Java中的装箱和拆箱
  3. codeforces 520 Pangram
  4. Hadoop2以来的历次升级(不含2.2.0及以下)
  5. 排序算法——交换排序(冒泡排序、快速排序)(java)
  6. StringBuffer使用append提示String concatenation as argument to 'StringBuffer.append()' call
  7. Dom编程(一)
  8. java使用线程请求訪问每次间隔10分钟连续5次,之后停止请求
  9. @RequestBody注解用法
  10. 幂次法则power law
  11. AttributeError: module 'pip' has no attribute 'main'
  12. 【动态规划】Column Addition @ICPC2017Tehran/upcexam5434
  13. 在windows上使用ssh秘钥连接git服务器
  14. App Store转让App
  15. 如何使用Linux 命令more 查看文本文件
  16. MySQL 跨库主从
  17. InnerClass annotations are missing corresponding EnclosingMember annotations. Such InnerClas...
  18. APScheduler定时执行外加supervisor管理后台运行
  19. Object.assign()是浅拷贝
  20. html5本次存储几种方式

热门文章

  1. 解决 IDEA 2021.2.3 新建maven项目只有两个archetype项目模板的问题
  2. CF1610F F. Mashtali: a Space Oddysey
  3. 洛谷 P5046 [Ynoi2019 模拟赛] Yuno loves sqrt technology I(分块+卡常)
  4. 洛谷 P7718 -「EZEC-10」Equalization(差分转化+状压 dp)
  5. Codeforces 772D - Varying Kibibits(高维差分+二项式定理维护 k 次方和)
  6. 【Linux】非root安装Python3及其包管理
  7. dlang 字符串char[] 和string
  8. spring整合mybatis — 更新完毕
  9. 学习java的第十五天
  10. Java、Scala类型检查和类型转换