On line one when it read import nctoolkit as nc, I get this error:
Exception has occurred: IndexError
list index out of range
File "/Users/daniel/Documents/GEG/CPG/Geospatial Analysis/cpg_gis.py", line 1, in
import nctoolkit as nc
IndexError: list index out of range
I imagine it might be a dependency issue, but the error is confusing. Have you seen this before? Any idea what it could be?
I'm running the code on VS Code on MacOS
On line one when it read import nctoolkit as nc, I get this error:
Exception has occurred: IndexError
list index out of range
File "/Users/daniel/Documents/GEG/CPG/Geospatial Analysis/cpg_gis.py", line 1, in
import nctoolkit as nc
IndexError: list index out of range
I imagine it might be a dependency issue, but the error is confusing. Have you seen this before? Any idea what it could be?
I'm running the code on VS Code on MacOS