简体   繁体   中英

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 . I tried lots of things to solve it like:

1.Installing anaconda

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 ).

3.Installing numpy, scipy, scikit-learn via pip install 'package_name'

None of the above methods worked. I'm using Windows-10 (64-bit), Python 3.7.1 (64-bit). 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 . It works fine if you try on Python 3.6. I installed it fine on Python3.6.7.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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