Opened 14 years ago
Last modified 5 years ago
#1290 reopened defect
WinGrass: v.krige not working due to missing rpy2 pkg for MS Windows
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.3 |
Component: | Addons | Version: | svn-develbranch6 |
Keywords: | wingrass, v.krige | Cc: | |
CPU: | x86-32 | Platform: | MSWindows Vista |
Description
tested with a self compiled wingrass65 at r45511
v.krige.py Loading dependencies, please wait... Traceback (most recent call last): File "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc- mingw32/scripts/v.krige.py", line 421, in <module> main() File "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc- mingw32/scripts/v.krige.py", line 306, in main importR() File "c:/osgeo4w/usr/src/grass6_devel/dist.i686-pc- mingw32/scripts/v.krige.py", line 403, in importR import rpy2.robjects as robjects File "C:\OSGeo4W\apps\Python25\lib\site- packages\rpy2\robjects\__init__.py", line 12, in <module> import rpy2.rinterface as rinterface File "C:\OSGeo4W\apps\Python25\lib\site- packages\rpy2\rinterface\__init__.py", line 52, in <module> raise RuntimeError("Unable to locate R.dll within %s" % R_HOME) RuntimeError: Unable to locate R.dll within C:\Program Files\R\R-2.12.1
Unable to locate R.dll within C:\Program Files\R\R-2.12.1
R changed in one of the last versions the location of R.dll in windows to C:\Program Files\R\R-2.12.1\bin\i386
Helmut
Change History (18)
comment:1 by , 14 years ago
follow-up: 4 comment:3 by , 12 years ago
No, I'm afraid.
rpy2 developer Laurent Gautier will work on Windows packaging only if sponsored. I know that some users managed to compile rpy2 from source on Windows - but have no fresh news.
I am open to consider a Python library for kriging, as replacement for R, if its implementation is not too low-level.
Sorry for inconvenience, Anne
comment:4 by , 12 years ago
Replying to aghisla:
I am open to consider a Python library for kriging, as replacement for R, if its implementation is not too low-level.
I always thought one of the nice things about v.kridge is its ability to act as an example of how to write code that passes processing tools between GRASS and R, and from that perspective I'd be sorry to see the R dependency go away. It opens the door to *.
Hamish
comment:5 by , 11 years ago
Summary: | Wingrass65 - v.krige not working → WinGrass: v.krige not working due to missing rpy2 pkg for MS Windows |
---|
follow-up: 7 comment:6 by , 11 years ago
MarkusN suggested me to put a condition in the Makefile, like i.fft module does, and skip v.krige compilation if dependencies are missing.
Actually the only dependency visible at compile time is python-rpy2, that I plan to remove. In order to fix the compilation error with present codebase, I'd appreciate suggestions on how to check this Python dependency in the Makefile.
Would it make sense to make a new configuration parameter, like --with-R ?
Ideas welcome!
Many thanks, Anne
follow-up: 8 comment:7 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Replying to aghisla:
MarkusN suggested me to put a condition in the Makefile, like i.fft module does, and skip v.krige compilation if dependencies are missing.
Actually the only dependency visible at compile time is python-rpy2, that I plan to remove. In order to fix the compilation error with present codebase, I'd appreciate suggestions on how to check this Python dependency in the Makefile.
Would it make sense to make a new configuration parameter, like --with-R ?
Ideas welcome!
Many thanks, Anne
tested with
System Info GRASS version: 7.0.3RC1 GRASS SVN Revision: 67443 Build Date: 2015-12-31 Build Platform: i386-w64-mingw32 GDAL/OGR: 1.11.3 PROJ.4: 4.9.2 GEOS: 3.5.0 SQLite: 3.7.17 Python: 2.7.4 wxPython: 2.8.12.1 Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
v.krige Loading dependencies, please wait... ERROR: Python module 'Rpy2' not found. Please install it and re-run v.krige.
from http://rpy.sourceforge.net/rpy2/doc-2.1/html/overview.html#installation
Microsoft’s Windows precompiled binaries If available, the executable can be run; this will install the package in the default Python installation. For few releases in the 2.0.x series, Microsoft Windows binaries were contributed by Laurent Oget from Predictix. There is currently no binaries or support for Microsoft Windows (more for lack of ressources than anything else).
changing ticket to wontfix as rpy2's windows binaries are no longer available.
follow-up: 9 comment:8 by , 9 years ago
Milestone: | 6.5.0 → 7.0.4 |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
Replying to hellik:
v.krige Loading dependencies, please wait... ERROR: Python module 'Rpy2' not found. Please install it and re-run v.krige.
available rpy2 package in osgeo4w:
osgeo4w 32bit rpy2 2.3.9. osgeo4w 64bit rpy2 2.3.9.
from https://pypi.python.org/pypi/rpy2
rpy2 2.7.6
with these old packages in osgeo4w, there is still the same issue that R.dll can't be found:
v.krige Loading dependencies, please wait... Traceback (most recent call last): File "C:\OSGEO4~2\apps\grass\grass-7.0.3RC1/scripts/v.krige.py", line 424, in <module> main() File "C:\OSGEO4~2\apps\grass\grass-7.0.3RC1/scripts/v.krige.py", line 302, in main importR() File "C:\OSGEO4~2\apps\grass\grass-7.0.3RC1/scripts/v.krige.py", line 403, in importR import rpy2.robjects as robjects File "C:\OSGEO4~2\apps\Python27\lib\site- packages\rpy2\robjects\__init__.py", line 15, in <module> import rpy2.rinterface as rinterface File "C:\OSGEO4~2\apps\Python27\lib\site- packages\rpy2\rinterface\__init__.py", line 90, in <module> raise RuntimeError("Unable to locate R.dll within %s" % R_HOME) RuntimeError: Unable to locate R.dll within C:\PROGRA~1\R\R-32~1.3
reopen the ticket as: if a newer rpy2 package may be available in osgeo4w, this issue may be solved.
follow-up: 10 comment:9 by , 9 years ago
Replying to hellik:
reopen the ticket as: if a newer rpy2 package may be available in osgeo4w, this issue may be solved.
suggest to disable v.krige in winGRASS until upstream osgeo4w rpy2 may be updated. I'll open a ticket there.
comment:10 by , 9 years ago
comment:11 by , 9 years ago
Milestone: | 7.0.4 → 7.0.5 |
---|
comment:13 by , 8 years ago
Replying to martinl:
Still the issue?
yes.
before installing osgeo4w 64bit rpy2 2.3.9.:
v.krige Loading dependencies, please wait... ERROR: Python module 'Rpy2' not found. Please install it and re-run v.krige.
after installing osgeo4w 64bit rpy2 2.3.9.:
v.krige Loading dependencies, please wait... Traceback (most recent call last): File "C:\OSGEO4~1\apps\grass\grass-7.3.svn/scripts/v.krige.py", line 457, in <module> main() File "C:\OSGEO4~1\apps\grass\grass-7.3.svn/scripts/v.krige.py", line 329, in main importR() File "C:\OSGEO4~1\apps\grass\grass-7.3.svn/scripts/v.krige.py", line 436, in importR import rpy2.robjects as robjects File "C:\OSGEO4~1\apps\Python27\lib\site- packages\rpy2\robjects\__init__.py", line 18, in <module> from rpy2.robjects.robject import RObjectMixin, RObject File "C:\OSGEO4~1\apps\Python27\lib\site- packages\rpy2\robjects\robject.py", line 5, in <module> rpy2.rinterface.initr() RuntimeError: R_HOME not defined.
it's still a too old rpy2 version in osgeo4w.
comment:14 by , 8 years ago
Component: | Vector → Addons |
---|---|
Priority: | major → normal |
Note: v.krige was moved to addons, see #3136 for details
comment:15 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:16 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:18 by , 5 years ago
Milestone: | → 7.8.3 |
---|
Hello Helmut,
from version 2.12 the R executables are in a folder not scanned by rpy2, as you pointed out. The solution is edit RHOME system variable to point to the right folder (i.e. full path to R executable minus /bin/R.exe).
Sadly there is no longer support for rpy2 under Windows: http://rpy.sourceforge.net/rpy2/doc-2.1/html/overview.html#installation "There is currently no binaries or support for Microsoft Windows (more for lack of ressources than anything else)."
Anne