I have been trying to get GroopM to run on our local servers for quite some time now. GroopM has been recommended n some fairly recent reviews, but i simply can't figure out how they got it ro run...
Installation with pip consistently fails with error messages mentioning someting about the "oldest supported numpy version" not being available
installation with conda seems to work at first, BUT is non-functiontal. Everytime you try to run that GroopM installation on actual data fails with an error about decarpicated code being used.
compiling from source does not work, despite all dependencies being installed, as i get tons of "syntax errors" while running setup.py...
Can anybody give me any tips please?
update: the GroopM source code i could find is using outdated pytables syntax, and i could not find a way to install the old pytables version together with the other dependencies, because they are just not compatible in any package-repository i am using. However manually changing the pytables syntax in the source code still dows not work. Although at least ``´GroopM parse``` finally seems to work, I now i get a numpy error:
IndexError: only integers, slices (:), ellipsis (...), numpy.newaxis (None) and integer or boolean arrays are valid indices
I am trying to use the reopsitories linkes at the groopM homepage. Particularly https://github.com/minillinim/GroopM
Is this even the correct repository? current publications mentioning groopM keep mentioning "groopM2", but that is not mentioned on any of the groopM repositories i could find...
I did find a mentiong of tanother repository : https://github.com/timbalam/GroopM but that is just a fork of the original groopM with the same pytables syntax problems...
I am absolutely stumped. How do i get the current GroopM2 version? How do i get it to run?