python 使用pip安装包的总结
阅读原文时间:2023年07月08日阅读:1

multiprocessing、logging模块安装

如果使用在cmd中使用 pip install multiprocessing 会报错,

将命令改为 pip3 install multiprocessing就可以了

shutil -->https://blog.csdn.net/why123wh/article/details/103562122

hashlib,md5

md5现在是在hashlib中的函数,所以不需要安装md5, 而hashlib是python内置包,所以不需要安装hashlib,直接导入就可以了

imagededup

我是用python3.8安装失败,使用python3.7安装成功

运行:报错:RunTimeError:implement_array_function method already has a docstring

将numpy版本升到1.21.5, 问题解决

skimage (python3.7)

更新pip:python -m pip install --upgrade pip

安装:pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ scikit-image