ModuleNotFoundError: No module named ‘pycocotools._mask’
遇到问题,首先打开 https://pypi.tuna.tsinghua.edu.cn/simple/pycocotools-windows/ 安装自己的电脑和python版本对应下载即可。cp代表python版本,win32为32位系统,win_amd64为64位。 然后
pip install pycocotools_windows-2.0-cp38-cp38-win_amd64.whl
安装即可 参考、感谢 https://blog.csdn.net/weixin_44441009/article/details/115893383?ops_request_misc=&request_id=&biz_id=&utm_medium=distribute.pc_search_result.none-task-blog-2alles_rank~default-14-115893383.pc_search_all_es&utm_term=windows%E5%AE%89%E8%A3%85pycocotools&spm=1018.2226.3001.4187
|