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…

使用 Python 统计指定目录下所有视频的总时长并打包成 Windows 可执行文件

使用 Python 统计指定目录下所有视频的总时长并打包成 Windows 可执行文件 在这篇博客中,我们将逐步介绍如何编写一个 Python 脚本来统计指定目录下所有视频文件的总时长,并将其打包成可…

close
arrow_upward