Francesco G. Brundu

Results 31 comments of Francesco G. Brundu

Hi, I'm sorry but I cannot work on this issue at the moment. Could you test if [this solution](https://stackoverflow.com/a/39843038/41977) works in your case? Thanks, Francesco

Just a guess, do you have Cython installed? Either way, I found [this](https://stackoverflow.com/questions/10773732/compilation-error-in-visual-studio-linked-with-python26). Could you please test if it works?

It seems your version of Visual C++ has trouble building the package, maybe because the legacy code has some deprecated sections (which was written several years ago in the original...

Dear @jayneeee, I could not provide the wheel for Windows 10 but you should be able to install it now. To run the compilation (for further reference) I needed numpy,...

Could you please send me a minimal example code + relevant data to debug it?

Dear Davut, You're right, it uses hard-coded 4 cores by employing openmp - see line 178 of `mrmr.cpp`: https://github.com/fbrundu/pymrmr/blob/1a5dbc81b4d6a73cca351f7702f8aaffc967e20e/pymrmr/mrmr.cpp#L178 Right now, unfortunately, I have not the time to implement the...

Hey @chethanjjj, seems like you're missing `gcc`. Which linux distro are you using? Assuming you're on Debian/Ubuntu, on a terminal, install it with: sudo apt update && sudo apt install...

Unfortunately gcc is needed at the moment. Try to use a local install such as in [this link](https://luiarthur.github.io/gccinstall).

Hi @Kein0112, Could you provide me a test matrix that generates such error so I can debug it? Thanks, Francesco

@shm-smn could you share a test matrix to understand the issue? Thanks