smazzanti/mrmr

Problem to install library

antoniotdelend opened this issue · 1 comments

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

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

pip install mrmr_selection