Closed rabernat closed 6 years ago
Thanks for reporting this. I ran into the same thing recently which was due to a version of GEOS I had installed with brew
, but it went away when I uninstalled that. It is also identical to this issue reported on cartopy: https://github.com/SciTools/cartopy/issues/738
I'll keep digging and let you know if I find something.
We've encountered this a few times and it's definitely a system wide install of GEOS messing with the conda version. Please reopen as necessary but I'll close this for now.
I am trying to run geoviews within the following conda environment.
I activate the enviroment and run
python -c 'import geoviews'
. I get the following segfault.Note that this does work if I create an environment just for geoviews, i.e.
So something about the environment above is causing some sort of library conflict.
The full conda env dump is below