美文网首页
2018-11-19

2018-11-19

作者: 虚怀若谷13 | 来源:发表于2018-11-19 17:00 被阅读0次

pip安装HtmlReport时报错:

最近小编遇到一个非常奇怪的问题,使用python3.6在pip安装HtmlReport报各种错,于是我尝试其它安装方式

下载源码的过程中打开一看,豁然开朗:

1、当python版本小于3.7时,提示“软件停止维护(EOFS)

2、将python版本升级后,又提示:

OSError: No pandoc was found: either install pandoc and add it to your PATH or or call pypandoc.download_pandoc(...) or install pypandoc wheels with included pandoc.

解决方法:a、到网上下载pandoc文件,windows下载.msi文件:https://pan.baidu.com/s/13gh8_oW1q-aTQH0yifEF1w

b、桌面上右键单击“我的电脑”,选择“管理”→“服务和应用程序”→“服务”,在右边展开的列表中找到“windows Installer”这个选项,在其上右键单击,选择“重新启动”。

3、在cmd命令行界面输入:pip install HtmlReport

4、然后就提示安装成功啦

注:如果提示:Consider using the `--user` option or check the permissions.

相关文章

网友评论

      本文标题:2018-11-19

      本文链接:https://www.haomeiwen.com/subject/rnsafqtx.html