Help me out: install error #66
|
Dear RGPR developers, Hi there, Systen envrionment |
Replies: 4 comments 1 reply
|
Hello @Changwan-planet Thank you for contacting me. I suggest you to install "make" and then to try to install RGPR again. Let me know if it solves your problem. Best, Emanuel |
|
Hello Changwan The error messages indicate that you need to install some libraries before installing the package. I think that the followin libraries have to be installed:
Check google for the correct name (e.g. gdal or gdal-lib). Be patient, it is a pain with ubuntu at the begining but then it works smoothly (I am using ubuntu). Best, Emanuel |
|
Ok. Great. I leave some my experiences about issues when installing RGPR. Those sites help you address your installing issues. cairo gdal When you finished to install the above libraries, you would face the last enemy, hdf5r. (https://github.com/hhoeflin/hdf5r) Those were bad solutions for me. This command help me a lot to install hdf5r. (https://anaconda.org/conda-forge/r-hdf5r) After the above steps, I got this message! I hope this post help someone install RGPR in the future. I really appreciate your warm help, Dr. huber!! Changwan |
|
Thank you for your feedback Changwan. I think I will write a short tutorial for RGPR installation in ubuntu/linux. Best, Emanuel |
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.
(https://github.com/hhoeflin/hdf5r)
Those were bad solutions for me.
This command help me a lot to install hdf5r.
(https://anaconda.org/c…