Configure Mask rcnn to encounter status 1.. python setup.py egg_info check the logs for full command output.

Insert picture description here
Problems encountered in the second step on github

I encountered this problem because

from shapely...
File “C:xxxxxxxxxpy”, line 200, in
//omitted //
File “c:\python36\lib\ctypes_ init _.py”, line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module cannot be found.

So you need to download shapely here:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely
37 is the python version of your current environment / 64 is the operating system
37 is the python version of your current environment/64 is the operating system,
then pip install is fine

Note
In addition, if the markdown version is not enough:
python -m pip installo -U pip setuptools is fine.

third step:

Insert picture description here
Windows users remember to remove 3, otherwise'python3' is not an internal or external command, nor is it an executable program

Guess you like

Origin blog.csdn.net/weixin_43152520/article/details/102893240