anaconda 安装matplotlib 安装PIL 安装opencv 安装numpy 安装mediapipe 安装skimage包 安装torch torchvision torchaudio

anaconda安装包 下载包

【安装matplotlib】
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib==3.5.2

在这里插入图片描述

【安装PIL】(如果已经安装了matplotlib,则无需单独安装)
pip install pillow

【安装opencv】

pip install -i https://mirrors.aliyun.com/pypi/simple/ opencv-python==3.4.11.45

pip install -i https://mirrors.aliyun.com/pypi/simple/ opencv-contrib-python==3.4.11.45

在这里插入图片描述

【安装numpy】 (如果已经安装了opencv,则无需单独安装)
pip install numpy==1.21.6 -i https://mirrors.aliyun.com/pypi/simple

【安装mediapipe 】
pip install mediapipe==0.8.11 -i https://mirrors.aliyun.com/pypi/simple/
在这里插入图片描述

【安装skimage包】
pip3 install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple/
在这里插入图片描述

【安装torch torchvision torchaudio】
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu116
在这里插入图片描述


本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!

相关文章

立即
投稿

微信公众账号

微信扫一扫加关注

返回
顶部