配置Mask rcnn遇到status 1.. python setup.py egg_info check the logs for full command output.

在这里插入图片描述
github上第二步遇到的问题

遇到这个问题 我的是因为

from shapely…
File “C:xxxxxxxxxpy”, line 200, in
//省略//
File “c:\python36\lib\ctypes_init_.py”, line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。

所以需要去这里下载shapely:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely
37是你当前环境的python 版本/64是操作系统
37是你当前环境的python 版本/64是操作系统
然后pip install 就好了

注意
另外如果提示markdown版本不够 :
python -m pip installo -U pip setuptools就好了。

第三步:

在这里插入图片描述
windows用户记得去掉3 否则会’python3’ 不是内部或外部命令,也不是可运行的程序

猜你喜欢

转载自blog.csdn.net/weixin_43152520/article/details/102893240