setup.py egg_info error code 3221225477

后端 未结 2 2061
情深已故
情深已故 2021-01-28 06:17

I\'ve been trying to install IMGAUG package for an ML project. But the installation gets stuck when it tries to install scikit-image

My input:

2条回答
  •  天命终不由人
    2021-01-28 07:02

    This happened to me also. However I resolved it by uninstalling the package (pip uninstall ), then installing it using conda rather than pip (conda install ).

提交回复
热议问题