问题描述:

Traceback (most recent call last):
File "/usr/bin/pip", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
def _initialize_master_working_set():
File "/usr/local/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
f(*args, **kwargs)
File "/usr/local/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 585, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/local/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/local/python3/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip==7.1.0' distribution was not found and is required by the application


问题描述:


ImportError: Entry point ('console_scripts', 'easy_install') not found

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

问题已解决!

解决方案,请参考这篇文章。

https://www.cnblogs.com/music-liang/p/11890450.html

最新文章

  1. andriod 用户名和密码
  2. IE7下,input元素相对父级元素错位解决办法
  3. SWIFT 闭包的简单使用二
  4. sqlserver 公有表达式
  5. CentOS 6.5 安装配置
  6. Android SQLite简介
  7. [core java学习笔记][第四章对象与类]
  8. Bootstrap禁用响应式布局
  9. wstring操作与普通段字符操作对照表
  10. CF154D. Flatland Fencing [博弈论 对称 平局]
  11. 从PRISM开始学WPF(九)交互(完结)
  12. Flask入门之触发器,事件,数据迁移
  13. Transact-SQL解析和基本的实用语句
  14. 改善Python 程序的 91 个建议
  15. go-simplejson文档学习
  16. sphinx配置文件详解
  17. ios错误大全
  18. zookeeper两台内网服务器彼此调不到服务的问题。
  19. 普通用户开通sudo权限:xxx is not in the sudoers file.This incident will be reported.的解决方法
  20. Memcache 学习笔记(二)---- PHP 脚本操作 Memcache 服务器

热门文章

  1. JDK1.8新特性——Stream API
  2. win10自动休眠解决方法
  3. 读《TCP/IP详解》:TCP
  4. 替换 Docker 或 Laradock 中 Debian 系统镜像源解决软件安装问题
  5. linux下网卡捆绑
  6. 使用git的几个常用指令
  7. 个人第2次作业:熟悉使用Git工具
  8. VUE注册局部组件
  9. computed和watch的用法和区别
  10. 跳表和ConcurrentSkipListMap解析