imgaug 安装报错
2019-07-23 本文已影响0人
吃货一枚儿
pip3 install imgaug 安装报错
OSError: [WinError 126] 找不到指定的模块
解决方案:
conda install -c conda-forge shapely
pip install imgaug
pip3 install imgaug 安装报错
OSError: [WinError 126] 找不到指定的模块
解决方案:
conda install -c conda-forge shapely
pip install imgaug