我是Python的新手。我安装了Python 2.7.10,它已经附带pip
。我尝试运行此命令来下载NumPy库。
D:\workspace\python>pip install numpy
Collecting numpy
Could not find a version that satisfies the requirement numpy (from versions: )
No matching distribution found for numpy
但是我收到了这个错误。我怎么解决这个问题?
我也想知道easy_install
和pip
之间的区别。
答案 0 :(得分:4)
我建议只下载NumPy安装程序,而不是从源代码安装它,除非您特别需要这样做。可以在此处找到NumPy 1.9.2的Windows安装程序:
至于easy_install和pip之间的区别,easy_install排在第一位。 Python社区中的人们有不同的意见,而pip诞生了。 Pip基本上只是easy_install的替代品。请参阅以下内容,以便对两者进行比较:
答案 1 :(得分:1)
当我尝试在没有互联网连接的情况下进行安装时,发生了这种事...
答案 2 :(得分:0)
我之前遇到过相同的问题,下面的操作帮助我解决了这个问题。希望对您有所帮助。
只需运行
python pip install numpy --proxy(代理服务器):(端口号)
答案 3 :(得分:0)
两个步骤
pip install lightfm --upgrade --ignore-installed scipy