
pip
海若城
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pip安装python包安装失败问题(Windows)
pip安装python包常见问题 问题: pip安装python包时出现错误,错误信息如下: raise ValueError(“check_hostname requires server_hostname”) ValueError: check_hostname requires server_hostname 解决方法: 进入 Windows设置->网络和Internet->代理->使用代理服务器 关闭之后就可以了 结果如下图: 搞好了就休息下,去喝杯茶~~ ...原创 2021-08-24 20:19:23 · 469 阅读 · 0 评论 -
ubuntu18.04安装或更新pip路径警告问题
ubuntu18.04安装或更新pip问题 最近在安装pip的时候出现以下警告: The directory ‘/home/jianlin/.cache/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permis...转载 2020-03-24 09:05:51 · 1325 阅读 · 0 评论