我一直在尝试IMGAUG
为 ML 项目安装包。但是在尝试安装时安装卡住了scikit-image
我的输入:pip install scikit-image
输出:
Collecting imgaug
Using cached
https://files.pythonhosted.org/...
Requirement already satisfied: scipy in
c:\users\*<username>*\appdata\local\programs\python\python37\lib\site-
packages (from imgaug) (1.1.0)
Collecting scikit-image>=0.11.0 (from imgaug)
Using cached https://files.pythonhosted.org/packages/...
Complete output from command python setup.py egg_info:
----------------------------------------
Command "python setup.py egg_info" failed with error code 3221225477 in
C:\Users\<name>~1.<name2>\AppData\Local\Temp\pip-install-qmdp6ysz\scikit-image\
注意:我已经尝试过安装它的其他版本,升级 setuptools 和 pip。错误仍然存在。
PS:现在它出现在我尝试安装的所有东西上。