Paddle pip install issue

s8vozzvw  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(45)

!pip install catboost -i https://pypi.tuna.tsinghua.edu.cn/simple
!pip install catboost
执行上面两个语句其中一个时,有时候能执行安装catboost包成功,有时候不行,不行占大部分,报错信息如下:
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement catboost (from versions: none)
ERROR: No matching distribution found for catboost
WARNING: There was an error checking the latest version of pip.
尝试过重启换号都不行,直接导入也是没有这个包,目前已经有一个多星期没有安装成功

at0kjp5o

at0kjp5o1#

你好。这个看起来是源的问题,换一个pip源试一下呢?

slsn1g29

slsn1g292#

你好。这个看起来是源的问题,换一个pip源试一下呢?
我尝试过换了其它源,比如豆瓣,阿里等都不行,就是感觉平台的jupter没有这个包,但是有时过了一天又有了,跑完重开又没了

相关问题