smazzanti / mrmr

mRMR (minimum-Redundancy-Maximum-Relevance) for automatic feature selection at scale.
MIT License
531 stars 79 forks source link

Problem to install library #33

Closed antoniotdelend closed 1 year ago

antoniotdelend commented 1 year ago

` pip install mrmr Collecting mrmr Using cached mrmr-0.9.2.tar.gz (18 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [10 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\anton\AppData\Local\Temp\pip-install-zngtmzxk\mrmr_a64358380c864590abc49eb48cf68abc\setup.py", line 9, in from mrmr import version as _mrmr_version File "C:\Users\anton\AppData\Local\Temp\pip-install-zngtmzxk\mrmr_a64358380c864590abc49eb48cf68abc\lib\mrmr__init__.py", line 5, in from ._discretemrmr import * File "C:\Users\anton\AppData\Local\Temp\pip-install-zngtmzxk\mrmr_a64358380c864590abc49eb48cf68abc\lib\mrmr_discretemrmr.py", line 31, in from fakemp import farmout, farmworker ModuleNotFoundError: No module named 'fakemp' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.`

YsabelleSousa commented 1 year ago

@antoniotdelend The correct lib's name is mrmr_selection. So, if you run the command below, it should work:

pip install mrmr_selection