When trying to run GroopM, I kept running into this error:
with tables.openFile(dbFileName, mode = "w", title = "GroopM") as h5file:
AttributeError: 'module' object has no attribute 'openFile'
groopm core -c 1500 -p groopmdb.gm
Some googling suggested This may be a problem with the pytables version, so I downgraded to version 3.1.1. However, this also required downgrading numexpr to version 2.3.1.
Now it seems to work.
Maybe these version-requirements could be listed in the dependencies?
When trying to run GroopM, I kept running into this error:
Some googling suggested This may be a problem with the pytables version, so I downgraded to version 3.1.1. However, this also required downgrading numexpr to version 2.3.1.
Now it seems to work.
Maybe these version-requirements could be listed in the dependencies?