pip install autokeras 时出现No matching distribution found for torch==1.0.1.post2 错误

在使用pip install autokeras时,出现torch版本不匹配问题,尝试torch==1.0.1和torch==1.1.0版本均无法安装,最终通过降版本安装autokeras==0.3.7解决。安装过程中可能降低tensorflow、numpy等版本,安装后可再升级。此外,还遇到scikit - learn模块无法卸载问题,用pip install --ignore - installed scikit - learn命令解决。

Could not find a version that satisfies the requirement torch==1.0.1.post2 (from autokeras) (from versions: 0.1.2, 0.1.2.post1) No matching distribution found for torch==1.0.1.post2 (from autokeras)

pip install autokeras时,总是出现上面torch版本问题,尝试用了 torch==1.0.1和torch==1.1.0版本都无法安装。

最后只能降版本安装autokeras,pip install autokeras==0.3.7,这个版本对应的torch==1.0.1版本

在安装的过程tensorflow,numpy等版本可能降低,安装完autokeras后可以再升级到原来版本或最新版本

我在安装过程中,遇到scikit-learn模块无法卸载问题

Cannot uninstall 'scikit-learn'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. 
通过pip install --ignore-installed  scikit-learn命令解决的

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值