赞
踩
关于windows10下python3.6安装imgaug问题
1、首先去安装shapely:https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely
选择对应的python版本去安装即可;
2、进行安装 pip install Shapely-1.7.1-cp36-cp36m-win_amd64.whl
3、最后安装pip install imgaug
如果报连接超时加上-i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com即可
参考https://blog.csdn.net/woniuhuihui/article/details/103679066
安装imgaug如果报错:ERROR: Cannot uninstall ‘imageio’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
先安装pip3 install --ignore-installed imageio
再安装pip3 install MoviePy
后重装pip install imgaug
参考https://blog.csdn.net/fengyeer20120/article/details/121287348
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。