我是靠谱客的博主 长情大炮,最近开发中收集的这篇文章主要介绍python库的安装,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

python库的安装

1、更新:pip install --upgrade numpy

2、拒绝访问的方法:pip install --user torch1.7.1+cu101 torchvision0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html

3、关于本地文件的安装
(1)下载完后在dos窗口下cd到安装包所在的目录,
(2)输入pip install xxx.whl (xxx是你的安装包名,如:wrapt-1.12.1-cp38-cp38-win_amd64)本地安装wrapt模块。

4、anconda环境的配置
anconda环境的配置

5、git的环境变量配置

6、安装github上下载的包
https://blog.csdn.net/qq_44850232/article/details/123438966

7、从github上面下载部分文件
https://minhaskamal.github.io/DownGit/#/home

8、下载某个包一直下载不下来
https://blog.csdn.net/weixin_42295282/article/details/114287826
https://blog.csdn.net/qzzzxiaosheng/article/details/125119006

9、anconda的下载和配置
https://blog.csdn.net/qq_42324086/article/details/108868009

10、pytorch的安装
https://blog.csdn.net/weixin_44110563/article/details/123324304

11、同一jupyter 打开不同的虚拟环境
https://zsweety.blog.csdn.net/article/details/81084604?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1-81084604-blog-123029162.pc_relevant_multi_platform_whitelistv1&depth_1-utm_source=distribute

12、机器学习的环境配置
https://blog.csdn.net/m0_54800671/article/details/123616720

13、PIP库下载主要网站
https://blog.csdn.net/Xiaoyeforever/article/details/107389198

最后

以上就是长情大炮为你收集整理的python库的安装的全部内容,希望文章能够帮你解决python库的安装所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(63)

评论列表共有 0 条评论

立即
投稿
返回
顶部