首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么pip不能安装deap的最新版本?

为什么pip不能安装deap的最新版本?
EN

Stack Overflow用户
提问于 2015-03-31 08:39:31
回答 1查看 1.1K关注 0票数 1

皮皮说是there is a new version on their website

pip search告诉我我有一个旧版本,还有一个新版本。

代码语言:javascript
复制
(Canopy 64bit) Johns-iMac:~ john$ pip search deap
deap                      - Distributed Evolutionary Algorithms in Python
 INSTALLED: 1.0.1
 LATEST:    1.0.2

但所有覆盖的pip install -U表示,没有新版本。

代码语言:javascript
复制
(Canopy 64bit) Johns-iMac:~ john$ pip install -U --allow-unverified --allow-external deap==1.0.2
Collecting deap==1.0.2
Could not find a version that satisfies the requirement deap==1.0.2 (from versions: 0.9.1, 0.9.2, 1.0.0rc3, 1.0.0, 1.0.1)
No distributions matching the version for deap==1.0.2

我忽略了什么愚蠢的细节?

EN

回答 1

Stack Overflow用户

发布于 2015-03-31 09:17:36

我也有同样的行为。如果您不需要稳定版本,可以从主存储库安装https://github.com/DEAP/deap

代码语言:javascript
复制
pip install git+https://github.com/DEAP/deap

pip search deap
deap                      - Distributed Evolutionary Algorithms in Python
INSTALLED: 1.1.0
LATEST:    1.0.2
票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/29358696

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档