sukjulian / lab-gatr

Official implementation of geometric algebra transformers for large biomedical surface and volume meshes (LaB-GATr)
MIT License
15 stars 1 forks source link

No module named 'lab_gatr.nn'; 'lab_gatr' is not a package #3

Open hydi1 opened 1 week ago

hydi1 commented 1 week ago

Hello, please, I've run this pip install . The terminal has also shown the version of why it says there is no package when it runs CFA7D550AD9CC28D6A71BAE641F551D7 DA6F29E5212706532F8BA5A4E8A3815A

sukjulian commented 1 week ago

Which script are you running here? Can you try python -c "import lab_gatr" from within the Conda environment? I do have to say that I have never tried running the code under Windows and currently do not have a Windows machine available to test this.

hydi1 commented 1 week ago

The script I am running is lab_gatr/models/lab_gatr.py. I executed python -c "import lab_gatr", and indeed, it resulted in an error as shown in the figure.Display: The specified program could not be found. However, when I ran the command conda list, lab-gatr is present in the environment. 4 5

sukjulian commented 1 week ago

So lab_gatr/modela/lab_gatr.py is not meant to be run on its own, it contains the model that is imported by main.py. But that does not seem to be the problem here. Is python linked to the same Python executable that conda installs packages to? What happens if you run pip list?