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
In python3, an ImportError is raised by aviris.open because exceptions is no longer a module in python3 (built-in exceptions are in the global namespace).
In python3, an ImportError is raised by
aviris.open
becauseexceptions
is no longer a module in python3 (built-in exceptions are in the global namespace).https://github.com/spectralpython/spectral/blob/master/spectral/io/aviris.py#L67
The bug can be fixed by simply removing the import statement.
The text was updated successfully, but these errors were encountered: