Opened 6 years ago
Last modified 5 years ago
#3691 closed defect
addon r.connectivity.distance not working — at Initial Version
Reported by: | cgarzon | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.3 |
Component: | Addons | Version: | 7.4.1 |
Keywords: | r.connectivity | Cc: | sbl |
CPU: | OSX/Intel | Platform: | MacOSX |
Description
I have installed the addon r.connectivity. But when I try to use r.connectivity.distance I get the following error:
GRASS 7.4.1 (nc_spm_08_grass7):~ > r.connectivity.distance
Traceback (most recent call last):
File "/Users/carolgarzon/Library/GRASS/7.4/Modules/scripts/r.connectivity.distance", line 242, in <module>
TMP_PREFIX = grass.tempname(12)
AttributeError: 'module' object has no attribute 'tempname'
There is no manual page for this command and when I tried reinstalling I got:
ADVERTENCIA: Extension <r.connectivity> already installed. Re-installing...
Fetching <r.connectivity> from GRASS GIS Addons repository (be patient)...
Compiling...
Traceback (most recent call last):
File "/tmp/grass7-carolgarzon-7044/tmp_ooFcV/r.connectivity/scripts/r.connectivity.distance", line 242, in <module>
TMP_PREFIX = grass.tempname(12)
AttributeError: 'module' object has no attribute 'tempname'
make[1]: * [r.connectivity.distance.tmp.html] Error 1
Installing...
install: /tmp/grass7-carolgarzon-7044/tmp_ooFcV/r.connectivity/docs/html/r.connectivity.distance.html: No such file or directory
make[1]: * [install] Error 71
Updating addons metadata file...
Installation of <r.connectivity> successfully finished
What might be the problem?