热线电话:13121318867

登录
2021-04-14 阅读量: 791
python中如何查看一个库可以安装哪些版本

比如我想安装spyder,想在安装之前看下有哪些版本可以安装,就可以先启动一个cmd窗口,然后在窗口里面输入命令

pip install spyder==*

7.png

这样就可以看到有哪些版本可以安装

C:\Users\Administrator>pip install spyder==*

ERROR: Could not find a version that satisfies the requirement spyder==* (from v

ersions: 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5.2, 2.3.6, 2.3.7, 2.3.8, 2.3.9,

3.0.0b2, 3.0.0b3, 3.0.0b4, 3.0.0b5, 3.0.0b6, 3.0.0b7, 3.0.0, 3.0.1, 3.0.2, 3.1.

0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6,

3.2.7, 3.2.8, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 4.0.0b1, 4.0.0b2,

4.0.0b3, 4.0.0b4, 4.0.0b5, 4.0.0b6, 4.0.0b7, 4.0.0rc1, 4.0.0rc2, 4.0.0rc3, 4.0.

0, 4.0.1, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.2.0, 4.2.1, 4.2.2,

4.2.3, 4.2.4, 4.2.5, 5.0.0a1, 5.0.0a2, 5.0.0a3, 5.0.0a4, 5.0.0a5, 5.0.0a6, 5.0.0

a7, 5.0.0)

ERROR: No matching distribution found for spyder==*


0.0000
0
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子