随笔分类 -  解决常见python问题

摘要:国内镜像源 pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ 阿里云镜像源 pip config set global.trusted-host mirrors.aliyun.com pip config s 阅读全文
posted @ 2023-04-24 21:54 NiceTwocu 阅读(391) 评论(0) 推荐(0)
摘要:使用pip安装requests报错Could not fetch URL https://pypi.org/simple/selenium/: There was a problem confirming the ss 解决办法 python easy_install -U pip#更新pip版本 阅读全文
posted @ 2022-01-26 00:32 NiceTwocu 阅读(266) 评论(0) 推荐(0)