winterfells

问题描述:无论是你在pycharm中直接使用import and install命令,还是pip的时候出现了Command "python setup.py egg_info" failed with error code 1这样的问题描述,需要考虑可能pip的这个源里面没有对应的python3.5的模块


解决方法:通常可以直接google “XXX for python3.5”,或者在github中找到对应的python3.5的项目,将对应的.py文件添加到python的lib目录中。

分类:

技术点:

相关文章:

  • 2021-10-31
  • 2021-07-24
  • 2021-05-10
  • 2021-05-21
  • 2020-05-29
  • 2021-12-15
  • 2021-06-12
  • 2021-10-24
猜你喜欢
  • 2021-06-05
  • 2018-11-07
  • 2021-04-03
  • 2021-04-24
  • 2021-08-30
  • 2021-04-14
相关资源
相似解决方案