Open hydi1 opened 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.
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.
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
?
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