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
hopsworks package (and its dependency hsfs) is trying to import the imp module, which was removed in Python 3.12+.
ModuleNotFoundError: No module named 'imp'
hopsworks package (and its dependency hsfs) is trying to import the imp module, which was removed in Python 3.12+.
ModuleNotFoundError: No module named 'imp'