ERROR: Failed building wheel for pycocotools解决办法
ERROR: Failed building wheel for pycocotools解决办法问题:在下载安装pycocotools时候出现一下问题:解决办法1.第一种方法:在终端中直接输入:pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI这个方法是在目前网上最常见的解决方法,但是
·
ERROR: Failed building wheel for pycocotools解决办法
问题:在下载安装pycocotools时候出现一下问题:
解决办法
1.第一种方法:
在终端中直接输入:
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
这个方法是在目前网上最常见的解决方法,但是试过几次都没有成功(不过网上很多人用这个方法都成功了,可能人品不行。。。。)
2.第二种方法:
在终端中直接输入:
windows:
pip install pycocotools-windows -i https://pypi.tuna.tsinghua.edu.cn/simple
这个办法是我偶然之间看到的,但是貌似只能是在windows才能这样安装,这个很快就搞定了。撒花~
更多推荐
已为社区贡献1条内容
所有评论(0)