找不到满足要求的版本 <every package> ,没有匹配的分布
Could not find a version that satisfies the requirement <every package> , No matching distribution
在 windows 上,我无法安装以下任何软件包:numpy、matplotlib、skimage,...
我的python版本是2.7
每次都出现同样的错误:
找不到满足 scikit-image 要求的版本(来自 ver
西恩斯:)
找不到 scikit-image
的匹配分布
我已尝试考虑 'abce' 要求,但没有成功。
非常感谢你帮助我
您正在使用 pip 安装软件包吗?
首先安装 numpy : pip install numpy
然后安装matplotlibpip install matplotlib
然后安装scipypip install scipy
最后安装skimage pip install scikit-image
您获得的错误意味着您没有为包裹提供正确的名称
希望对您有所帮助
干杯
在 windows 上,我无法安装以下任何软件包:numpy、matplotlib、skimage,...
我的python版本是2.7
每次都出现同样的错误:
找不到满足 scikit-image 要求的版本(来自 ver 西恩斯:) 找不到 scikit-image
的匹配分布我已尝试考虑 'abce' 要求,但没有成功。
非常感谢你帮助我
您正在使用 pip 安装软件包吗?
首先安装 numpy : pip install numpy
然后安装matplotlibpip install matplotlib
然后安装scipypip install scipy
最后安装skimage pip install scikit-image
您获得的错误意味着您没有为包裹提供正确的名称
希望对您有所帮助
干杯