Opened 7 years ago
Closed 6 years ago
#3501 closed defect (fixed)
t.rast.algebra WARNING: Couldn't create 'parsetab'. [Errno 13] Permission denied:
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.0 |
Component: | Temporal | Version: | svn-releasebranch74 |
Keywords: | t.rast.algebra | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
Calculating NDVI from two satellite bands leads to this Warning:
GRASS 7.4.0 (accra32630):~ > t.rast.algebra basename=test2 expression="test2 = float(b8 + b4)" WARNING: Couldn't create 'parsetab'. [Errno 13] Permission denied: '/usr/lib/grass74/etc/python/grass/temporal/parsetab.py' ['EQUAL'] False False False False None None False False False 100% 100%
Probably this happens in
- python/ctypes/ctypesgencore/parser/yacc.py
- python/ctypes/ctypesgencore/parser/parsetab.py
Not sure what t.rast.algebra tries to do :)
Change History (3)
comment:1 by , 7 years ago
comment:2 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:3 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks, closing (reopen if backport to 7.4 is desired and feasible).
Note:
See TracTickets
for help on using tickets.
Hopefully solved in r72505.