win10安装python包imgaug报错Command "python setup.py egg_info" failed with error code 1 in C:\Users\admi

提示Command "python setup.py egg_info" failed with error code 1 in C:\Users\admi

win10安装python包imgaug报错Command

发现是安装shapely包失败

pip install shapely不成功

 

python -m pip install --upgrade pip

更新pip版本后也不成功

 

自己去官网下载对应版本的包

https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely

win10安装python包imgaug报错Command

安装

pip install E:\DeepLearning\Shapely-1.6.4.post1-cp36-cp36m-win_amd64.whl 

再安装imgaug包

pip install imgaug

成功

你可能感兴趣的:(报错)