Closed mmothersole closed 2 months ago
Try sudo apt-get install libsqlite0-dev
@edzer How do I reopen the issue? There is no reopen issue button.
It's not an issue with package sf
, but with your operating system setup.
Hello i ran into this issue as well.
Perhaps an issue with the documentation on the sf
website installation instructions for ubuntu.
debian (what ubuntu is based on) is not supporting libsqlite0-dev
by the look of it. Try version 3 i.e.
sudo apt-get install libsqlite3-dev
This allowed me to install sf
on my Linux Mint distro
On Ubuntu 24.04, I'm getting this:
See the ubuntu section in README:
sudo apt-get install libudunits2-dev libgdal-dev libgeos-dev libproj-dev libsqlite0-dev
I need to install 'ggseg' in RStudio but it requires the 'sf' package installation. Because I run Ubuntu 24.04, I cannot install sf in RStudio and when I try to run the preliminary packages for the sf install in terminal, I get the error message "Unable to locate package libsqlite0-dev". I've tried to install libsqlite3-dev and I get the error message "Package 'libsqlite3-dev' has no installation candidate".
I'm at a dead end on what to do. Any help would be greatly appreciated.