-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libgdal.so.20: undefined symbol: _ZN6kmldom5ParseERKSsPSs #98
Comments
Ah, actually, looks like the resolution is a year old. Hmmm, must be related. |
Yep, definitely related. Solution: remove |
Same issue here, but all the packages are from conda-forge already... |
Solution that worked for me: conda install --channel conda-forge --override-channels "gdal>2.2.4" i.e. use newer GDAL (that installs 2.3) |
Ran into this: And as @GreatEmerald said, |
Something may be badly pinned and hence the downgrades b/c conda tries to wiggle its way out of complex solutions. I will try to identify which one and remove it. |
I was having the same problem, @GreatEmerald solution worked for me too. |
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-webservice. I've rerendered the recipe as requested, but nothing actually changed. |
@ocefpaf / @mariusvniekerk - the re-render on this repo didn't do anything? What's the next step towards addressing the problems described here? |
Does something more need to be done to cause the "re-render" to occur? I'm still seeing segfaults when rasterio is installed on readthedocs (for xarray's doc build, see pydata/xarray#2705) |
@shoyer and I are clearly thinking on the same wave length right now :) |
One thing I have noticed is that specific builds of rasterio get pinned to specific versions of GDAL. So, to use the fixed pin for libgdal, you need the most recent version of rasterio. |
@shoyer and @jhamman I'm trying to figure which version/build number of @snowman2 you reported
|
Ah yes. The version 1.0.9 did not work. I had to use 1.0.13. |
I removed that one from the |
@snowman2 are you still experiencing this? I so please re-open but I removed the offending package and the latest updates should have taken care of that. |
All is good now. 👍 |
This is for those who may run into this issue for a pointer to the resolution.
conda:
current version: 4.5.4
Issue:
Related to: conda-forge/fiona-feedstock#68
The text was updated successfully, but these errors were encountered: