摘要:
python安装0x80070643严重错误 No Python 3.8 installation was detected. 1.双击安装包进行修复 2.卸载已经安装的版本 3.重启 4.右键以管理员运行安装包,自定义安装,默认安装选项。 阅读全文
摘要:
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 阅读全文
摘要:
1.更换pip源 2.关闭vpn 阅读全文
摘要:
配置阿里云镜像源 pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com 临时安装指定镜像源 pip i 阅读全文