pip install jira报错IOError: [Errno 2] No such file or directory: ‘/tmp/pip-build-chopJR/jira/setup.py’

[root@1d826557e-3 XXX]# pip install jira
Collecting jira
  Downloading http://jfrog.cloud.qiyi.domain/api/pypi/pypi/packages/packages/ea/40/8db893f2d1c0fa6e64f8500d54b1e756f6ff00cada962c0ea8d2daab19a8/jira-3.5.2.tar.gz (96kB)
    100% |████████████████████████████████| 102kB 41.7MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    IOError: [Errno 2] No such file or directory: '/tmp/pip-build-chopJR/jira/setup.py'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-chopJR/jira/
You are using pip version 8.1.2, however version 23.2.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

解决思路:升级pip版本

[root@1d826557e-3 XXX]# pip install --upgrade pip==20.1b1
Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐