You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing ripser==0.6.9 in either a python:3.12.4-slim docker container with poetry or installing with pip in Ubuntu (also Python 3.12.4) I get a ModuleNotFoundError when I try and run import ripser or any from ripser import ripser or similar imports.
In my poetry environment I can see the ripser-0.6.9.dist-info, but not ripser itself.
'pyRipser.cpython-312-x86_64-linux-gnu.so' is also in the site-packages folder so I can run import pyRipser but that only gets me doRipsFiltrationDM and doRipsFiltrationDMSparse.
I don't think I'm doing anything wrong here. Ripser 0.6.8 works fine in the same environment.
The text was updated successfully, but these errors were encountered:
Actually, it's a bit more complicated than I initially thought. The issue is (as you say) the ripser module not being included with the wheels. I think I put incomplete syntax for specifying ripser in the updated pyproject.toml file. I will fix this soon. In the meantime, please use 0.6.8. Sorry again.
Installing ripser==0.6.9 in either a python:3.12.4-slim docker container with poetry or installing with pip in Ubuntu (also Python 3.12.4) I get a ModuleNotFoundError when I try and run
import ripser
or anyfrom ripser import ripser
or similar imports.In my poetry environment I can see the ripser-0.6.9.dist-info, but not ripser itself.
'pyRipser.cpython-312-x86_64-linux-gnu.so' is also in the site-packages folder so I can run
import pyRipser
but that only gets me doRipsFiltrationDM and doRipsFiltrationDMSparse.I don't think I'm doing anything wrong here. Ripser 0.6.8 works fine in the same environment.
The text was updated successfully, but these errors were encountered: