-
Notifications
You must be signed in to change notification settings - Fork 301
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
sf fails to install on ubuntu 20.04 (GDAL?) #2121
Comments
If you'd share a minimal Dockerfile that reproduces your problem, I could take a look. |
I can confirm I get the same error installing on my desktop ubuntu 20.04 machine |
Thanks, 1d0302a might have fixed this. |
@edzer the development version from github now installs without a problem |
@edzer Installing the package from the commit you've provided succeeded! 🥳 Thank you so much for such a fast reaction. May I ask if you are intending to bring these changes to CRAN reasonably soon? Or do you prefer to wait considering recent releases? |
Just as an FYI, I was having the same issue on Ubuntu 18.04, using GDAL 3.0.4, GEOS 3.8.0, and proj 7.0.0. Checked up and down for any extra GDAL/GEOS/PROJ versions, removed and reinstalled existing installs. Thank you! |
Thanks! |
Hi
to begin with, I'm sorry to start yet another issue regarding installation failures, but I've dug through:
#844
#1377
#2092
https://github.com/r-spatial/sf#ubuntu
https://github.com/r-spatial/sf#multiple-gdal-geos-andor-proj-versions-on-your-system
only to find that none of the suggestions works for me. That's why I decided to start this.
I'm trying to install
sf
package in the ubuntu 20.04 docker image, unfortunately, this is the output I'm gettingwhere
autovalidate-r/
is a custom library to which I install packages. To exclude rule out the problem of double installation I've runwhich
and also search through the entire file systemSurprisingly, the problem occurs only for versions
1.0-11
(latest) and1.0-10
(archive). Installation of the old release1.0-9
succeeds without any issues. Therefore I also attach session info with attached sf 1.0-9 to capture R dependencies.I've tried playing with
LD_LIBRARY_PATH
, preloading libs withdyn.load()
and obviously reinstalling all packages. Neither approach succeeded. And what bugs me the most is the fact everything works for the old realease.I'll appreciate any bit of advice on how I could address this issue.
The text was updated successfully, but these errors were encountered: