-
Notifications
You must be signed in to change notification settings - Fork 1
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
Can not install sf
in Fastr
#36
Comments
Checked the file, it's in the expected location:
In my computer:
|
I tried to explicitly say the path, by doing like this:
Since I checked, my proj_api.h is inside this
But it still gives me the same problem. |
Perhaps changing to use Ubuntu-based image can solve the problem see #28 |
To replicate the problem for FastR in Debian # Open FastR on the docker container
docker run -it --rm ismailsunni/fastr-3.6.1-debian-geospatial R or # Run shell in the docker container
docker run -it --rm ismailsunni/fastr-3.6.1-debian-geospatial /bin/bash
# Open FastR session
R The second way is better to explore the docker container. Then install install.packages('sf') It will git the error like this:
|
It seems it couldn't find
proj_api.h
The text was updated successfully, but these errors were encountered: