xhtml2pdf点安装失败

问题描述

当我在命令提示符下键入pip install xthml2pdf时,看到以下错误消息:

ERROR: Could not find a version that satisfies the requirement xhtml2pdf (from versions: none)
ERROR: No matching distribution found for xhtml2pdf
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 "xhtml2pdf==0.2.4"pip install html5lib==1.0b8以及使用conda install,但仍然无法安装该软件包。

我正在使用Windows机器,但是我对python还是很陌生,所以我没有安装很多软件包,并且可能缺少一些依赖项。我本以为应该将这些安装为pip install xhtml2pdf命令的一部分。

其他人是否遇到过此问题并知道解决方法

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)