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

一、问题 执行pip install报错 或 pip list提示SSL Module not available pip is configured with locations that requ…

认识SMART法则

SMART法则是目标设定的经典工具。它帮助我们设定明确、可行、和有意义的目标。SMART是Specific(具体的)、Measurable(可衡量的)、Achievable(可实现的)、Relevan…

Vue生命周期图示

这张图片展示了一个典型的 Vue.js 组件生命周期流程图。该流程图详细描述了组件从创建到销毁的各个阶段,以及每个阶段会调用的生命周期钩子函数。以下是对图片的解析和精华提炼总结: 流程图解析 组件创建…

如何解压.tar.xz

在 Linux 系统中,可以使用 tar 命令来解压 .tar.xz 文件。具体步骤如下: 打开终端。 使用以下命令解压 .tar.xz 文件: tar -xvf yourfile.tar.xz 其中…

close
arrow_upward