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
This is the first time in a long time I install Ginga on a fresh environment. Now I use Python 3.12. When I try to test #1084 , I ran into a different problem:
ginga\ginga\rv\plugins\Drawing.py", line 36, in <module>
from dateutil import tz
ModuleNotFoundError: No module named 'dateutil'
This is the first time in a long time I install Ginga on a fresh environment. Now I use Python 3.12. When I try to test #1084 , I ran into a different problem:
ginga/ginga/rv/plugins/Drawing.py
Line 36 in 8eb5aaf
Is dateutil an undeclared dependency? It didn't get installed automatically when I installed Ginga.
The text was updated successfully, but these errors were encountered: