Opened 10 years ago
Closed 6 years ago
#2631 closed defect (fixed)
Future winGRASS needs python-ply package
Reported by: | wenzeslaus | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.2 |
Component: | Temporal | Version: | svn-trunk |
Keywords: | OSGeo4W, winGRASS, decencies, requirements | Cc: | |
CPU: | Unspecified | Platform: | MSWindows 8 |
Description
WinGRASS installer (and OSGeo4W) will need python-ply
package as specified in the source:grass/trunk/REQUIREMENTS.html:
Python PLY Library (Python Lex-Yacc) ("python-ply", needed for the temporal algebra in tgis) http://www.dabeaz.com/ply
Currently, temporal algebra does not work, see for example this tests result:
The workaround would be to install python-ply
manually but that's a little bit challenging since winGRASS/OSGeo4W is using its own Python.
This is for 7.1 because temporal algebra is only there. So it might be enough to solve it right before 7.1 is released. The python-ply
requirement is actually listed also for 7.0 but I think its not true:
Change History (19)
follow-up: 2 comment:1 by , 10 years ago
follow-up: 12 comment:2 by , 10 years ago
Replying to martinl:
First of all
python-ply
must be introduced to OSGeo4W framework. Please report this issue on their tracker.
Done. This ticket now depends on OSGeo4W ticket number 461:
Any idea about this dependency in 7.0?
comment:5 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:8 by , 7 years ago
Milestone: | → 7.2.4 |
---|
follow-up: 11 comment:10 by , 6 years ago
In https://download.osgeo.org/osgeo4w/x86_64/release/grass/grass/setup.hint the package "python-pip" should be added.
Ideally also "python install PLY" should be executed as compile time of WinGRASS / be an OSGeo4W dependency, to avoid that https://grass.osgeo.org/grass74/manuals/t.rast.algebra.html is delivered broken to Windows users.
comment:11 by , 6 years ago
Replying to neteler:
In https://download.osgeo.org/osgeo4w/x86_64/release/grass/grass/setup.hint the package "python-pip" should be added.
follow-up: 15 comment:12 by , 6 years ago
Replying to wenzeslaus:
Replying to martinl:
First of all
python-ply
must be introduced to OSGeo4W framework. Please report this issue on their tracker.Done. This ticket now depends on OSGeo4W ticket number 461:
just updated ticket 462 with a packaged ply for OSgeo4W.
packaged waiting there for being approved
comment:13 by , 6 years ago
Milestone: | 7.2.4 → 7.4.2 |
---|
comment:14 by , 6 years ago
I have installed python-pip
in build environment. It should appear in the next daily build.
follow-up: 16 comment:15 by , 6 years ago
Replying to hellik:
Replying to wenzeslaus:
Replying to martinl:
First of all
python-ply
must be introduced to OSGeo4W framework. Please report this issue on their tracker.Done. This ticket now depends on OSGeo4W ticket number 461:
just updated ticket 461 with a packaged ply for OSgeo4W.
packaged waiting there for being approved
ply is now in OSGeo4W thanks to jef, see
https://lists.osgeo.org/pipermail/osgeo4w-dev/2018-August/003629.html
for closing this ticket, setup.hints has to be updated too.
comment:16 by , 6 years ago
Replying to hellik:
ply is now in OSGeo4W thanks to jef, see
https://lists.osgeo.org/pipermail/osgeo4w-dev/2018-August/003629.html
for closing this ticket, setup.hints has to be updated too.
added by trunk: r73185,releasebranch_7_4: r73187
please test with the next daily builds
comment:17 by , 6 years ago
I have installed python-ply
in packaging environment. It should appear in the next daily build.
comment:19 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Tested daily build at https://wingrass.fsv.cvut.cz/grass74/x86_64/. Seems to be OK.
First of all
python-ply
must be introduced to OSGeo4W framework. Please report this issue on their tracker.