Skip to content

Help me out: install error #66

Closed Answered by Changwan-planet
Changwan-planet asked this question in Bugs
Discussion options

You must be logged in to vote

Ok. Great.

I leave some my experiences about issues when installing RGPR.

Those sites help you address your installing issues.

cairo
--> https://www.cairographics.org/download/
--> https://github.com/s-u/Cairo

gdal
-->https://mothergeo-py.readthedocs.io/en/latest/development/how-to/gdal-ubuntu-pkg.html

When you finished to install the above libraries, you would face the last enemy, hdf5r.
I noticed that It is infamous for its install in R.

sudo apt-get install libhdf5-dev
devtools::install_github("hhoeflin/hdf5r")

(https://github.com/hhoeflin/hdf5r)

Those were bad solutions for me.

This command help me a lot to install hdf5r.

conda install -c conda-forge r-hdf5r

(https://anaconda.org/c…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Changwan-planet
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Changwan-planet
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants