JupyterLab #14729
Unanswered
LOmuraro
asked this question in
Questions and Answers
JupyterLab
#14729
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello i'm really ignorant in all coding stuff. Does anyone know how to resolve this? I think that i'm missing some ddl file but i'm not sure and even i'm right i don't know where to take it from.
Thank you.
import os
import pandas as pd
from geoframepy.whetgeo1d import grid_creator
from geoframepy.whetgeo1d import grid_to_netcdf
import warnings
warnings.filterwarnings('ignore')
project_path = os.path.dirname(os.getcwd())
ImportError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_8656\413248451.py in
3
4 from geoframepy.whetgeo1d import grid_creator
----> 5 from geoframepy.whetgeo1d import grid_to_netcdf
6
7 import warnings
~\anaconda3\envs\geoframe_parigi\lib\site-packages\geoframepy\whetgeo1d\grid_to_netcdf.py in
30 import pandas as pd
31 import numpy as np
---> 32 from netCDF4 import Dataset
33
34
~\anaconda3\envs\geoframe_parigi\lib\site-packages\netCDF4_init_.py in
1 # init for netCDF4. package
2 # Docstring comes from extension module _netCDF4.
----> 3 from ._netCDF4 import *
4 # Need explicit imports for names beginning with underscores
5 from ._netCDF4 import doc
ImportError: DLL load failed: Impossibile trovare il modulo specificato.
Beta Was this translation helpful? Give feedback.
All reactions