简体   繁体   English

在Windows上通过pip安装软件包'hpelm'的Python错误

[英]Python error in installing package 'hpelm' via pip on windows

I am trying to install hpelm on my machine via pip install hpelm but getting this error - image of the error thrown in commandline while installing . 我试图通过pip install hpelm install hpelm在我的机器上pip install hpelmpip install hpelm此错误- 在命令行中抛出的错误图像 I tried lots of things to solve it like: 我尝试了很多方法来解决它,例如:

1.Installing anaconda 1,安装蟒蛇

2.Uninstalling anaconda and installing python 3.7 (64-bit) from python.org and then installing numpy+mkl, scipy, scikitlearn from the windows binary hosted by Christoph Gohlke ( link ). 2.卸载anaconda并从python.org安装python 3.7(64位),然后从Christoph Gohlke托管的Windows二进制文件中安装numpy + mkl,scipy,scikitlearn( 链接 )。

3.Installing numpy, scipy, scikit-learn via pip install 'package_name' 3,通过pip install 'package_name' install'package_name pip install 'package_name'安装numpy,scipy,scikit-learn

None of the above methods worked. 以上方法均无效。 I'm using Windows-10 (64-bit), Python 3.7.1 (64-bit). 我正在使用Windows-10(64位),Python 3.7.1(64位)。 I have wasted hours on it. 我已经浪费了几个小时。 Is there something basic that I might be missing? 我可能会缺少一些基本的东西吗? I'm kinda new to this. 我对此有些陌生。 Please help me install this package. 请帮助我安装此软件包。

This is a problem with Python3.7, as seen in this Github thread . 如Github 线程所示,这是Python3.7的问题。 It works fine if you try on Python 3.6. 如果您尝试使用Python 3.6,则效果很好。 I installed it fine on Python3.6.7. 我在Python3.6.7上安装得很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM