Hi There,
I am running Python 3.11 with the latest pip ~ version 25.1.1 on a Linux (Ubuntu-based Pop!_OS 22.04 LTS)
I tried to pip install omnipath.
Everything seems to work fine. No dependency error, nothing.
When I fire up ipython and try:
I get the error: ModuleNotFoundError: No module named 'omnipath'.
So I check: .local/lib/python3.11/site-packages/.
There is a omnipath-1.0.10.dist-info folder, but the omnipath folder is missing.
Other packages installed flawless.
I wonder what the problem causes. Do have any insights?
Thank you, Elmar