摘要: python安装0x80070643严重错误 No Python 3.8 installation was detected. 1.双击安装包进行修复 2.卸载已经安装的版本 3.重启 4.右键以管理员运行安装包,自定义安装,默认安装选项。 阅读全文
posted @ 2022-04-10 02:53 黄河大道东 阅读(694) 评论(0) 推荐(0) 编辑
摘要: mac/linux环境 mkdir env_dir cd env_dir python3 -m venv 环境名称 windows环境 mkdir env_dir cd env_dir py -3 -m venv 环境名称 python虚拟环境管理:https://www.cnblogs.com/h 阅读全文
posted @ 2022-04-10 01:08 黄河大道东 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 1.更换pip源 2.关闭vpn 阅读全文
posted @ 2022-04-10 01:00 黄河大道东 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 配置阿里云镜像源 pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com 临时安装指定镜像源 pip i 阅读全文
posted @ 2022-04-10 00:55 黄河大道东 阅读(171) 评论(0) 推荐(0) 编辑