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
I attempted to install feems under conda, both using the simple conda install, and the step-by-step that you outline. In both cases there seem to be issues with versions of the dependencies. calling from feems.utils import prepare_graph_inputs
in python causes an error: ModuleNotFoundError: No module named 'mpl_toolkits.axes_grid1'
Apparently this could be resolved by installing matplotlib basemap, which is obsolete at this point. Furthermore, matplotlib had to be downgraded to 3.3. for compatibility. After trying multiple version of basemap, I still et the error above. I am worried that feems may have some out of date dependencies.
The text was updated successfully, but these errors were encountered:
I attempted to install feems under conda, both using the simple conda install, and the step-by-step that you outline. In both cases there seem to be issues with versions of the dependencies. calling
from feems.utils import prepare_graph_inputs
in python causes an error:
ModuleNotFoundError: No module named 'mpl_toolkits.axes_grid1'
Apparently this could be resolved by installing matplotlib basemap, which is obsolete at this point. Furthermore, matplotlib had to be downgraded to 3.3. for compatibility. After trying multiple version of basemap, I still et the error above. I am worried that feems may have some out of date dependencies.
The text was updated successfully, but these errors were encountered: