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
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
I am trying to use pysis with the nau branch of the bayleef package and I get this error when trying to use bayleef
when i type > bayleef at the command prompt i get:
...
File ".../bayleef/bayleef/utils.py", line 31, in <module>
from pysis.isis import (cam2map, campt, footprintinit, jigsaw, map2map,
ImportError: cannot import name 'cam2map' from 'pysis.isis' (unknown location)
My ISISROOT environment variable is configured correctly, and my env_var.sh file is also adding $ISISROOT/bin to $PATH.
I am trying to use pysis with the nau branch of the bayleef package and I get this error when trying to use bayleef
when i type
> bayleefat the command prompt i get:My ISISROOT environment variable is configured correctly, and my env_var.sh file is also adding $ISISROOT/bin to $PATH.
Any ideas?