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
Found this error while running ilamb-run. The call of ilamb-setup results in the same libgeos assertion error. The solution was:
1 - uninstall ILAMB, cartopy and shapely using pip
2 - reinstall shapely from source $ pip3 install shapely --no_binary shapely
3 - reinstall ILAMB from the git repo
I have found this solution while websearching the error. I just did not find the explanation for it.
The same error arises when running the sample datasets.
Thanks for this report. I have also experienced strange behavior with the underlying libraries of these packages. Appreciate the fix report so others may find it. I can also recommend using conda, where ILAMB is also available in conda-forge.
Found this error while running ilamb-run. The call of ilamb-setup results in the same libgeos assertion error. The solution was:
1 - uninstall ILAMB, cartopy and shapely using pip
2 - reinstall shapely from source
$ pip3 install shapely --no_binary shapely
3 - reinstall ILAMB from the git repo
I have found this solution while websearching the error. I just did not find the explanation for it.
The same error arises when running the sample datasets.
The messages from my shell:
The text was updated successfully, but these errors were encountered: