如果使用在cmd中使用 pip install multiprocessing 会报错,
将命令改为 pip3 install multiprocessing就可以了
md5现在是在hashlib中的函数,所以不需要安装md5, 而hashlib是python内置包,所以不需要安装hashlib,直接导入就可以了
我是用python3.8安装失败,使用python3.7安装成功
运行:报错:RunTimeError:implement_array_function method already has a docstring
将numpy版本升到1.21.5, 问题解决
更新pip:python -m pip install --upgrade pip
安装:pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ scikit-image
手机扫一扫
移动阅读更方便
你可能感兴趣的文章