PORTAL-CEOS / ANHALYZE

Python support for ANHA research at CEOS.
MIT License
6 stars 1 forks source link

Not importing the package on a venv inside PORTAL #27

Open luizhdasilva opened 1 week ago

luizhdasilva commented 1 week ago

I cannot import the package while using it in a virtual environment inside the PORTAL machine. When doing this on a Jupyter Notebook installed within my virtual environment:

import anhalyze as ah

The notebook is returning:

Screenshot from 2024-11-05 12-36-33(1)

jeenriquez commented 1 week ago

couple of questions:

jeenriquez commented 2 days ago

@luizhdasilva I was able to reproduce the error. I was also able to see the same error using ipython. I was able to fix it by installing again anhalyze per the instruction in the README.