其他分享
首页 > 其他分享> > ImportError: cannot import name ‘_validate_lengths‘解决方法

ImportError: cannot import name ‘_validate_lengths‘解决方法

作者:互联网

只需升级一下scikit-image库即可!

pip install --upgrade scikit-image

然而,并不是这么顺利!

·报下面这个错误:

ERROR: Cannot uninstall ‘imageio’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

·解决方法

pip install --ignore-installed imageio

然后再重新运行即可

pip install --upgrade scikit-image

标签:name,ImportError,image,scikit,installed,lengths,install,pip,--
来源: https://blog.csdn.net/qq_49785839/article/details/115433907