-
Notifications
You must be signed in to change notification settings - Fork 304
installation problem on clean system #2092
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
Comments
Is it possible that multiple versions of one of GDAL or PROJ are present? |
Yes, because $ ls -la /bin
lrwxrwxrwx 1 root root 7 Dec 11 2020 /bin -> usr/bin is a symbolic link. |
So this is expected? |
Wild guess, but would it help if you'd install |
Yes! That solved it. Probably worth mentioning in the README? |
benz0li
added a commit
to b-data/r-docker-stack
that referenced
this issue
Mar 13, 2023
- Reqired for sf ≥ v1.0-10 - r-spatial/sf#2092
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@edzer I just tried to install
sf
on a freshly installed Ubuntu 22.04 following the steps outlined in the README, i.e.When running
install.packages("sf")
I get the following error:Am I missing something?
The text was updated successfully, but these errors were encountered: