Hi, I found a way to modify the path on the g.extension script to find the 
source codes of the tools I want to use and it worked.
I am now trying to launch the script Watershed_GRASS but I get an error message 
saying that my module is built against version $Revision$ but trying to use 
version $Revision: 72327 $. I need to rebuild GRASS GIS or untangle multiple 
installations.

I am not used to programing so I don't really know how to deal with this 
situation.

Thank you very much

Marie-Joëlle Desgagné
________________________________
De : grass-user <[email protected]> de la part de Helmut 
Kudrnovsky <[email protected]>
Envoyé : 16 juillet 2019 08:53
À : [email protected] <[email protected]>
Objet : Re: [GRASS-user] Extensions

marie-joëlle desgagné wrote
> Hi, I am currently using Grass Gis version 7.6.1.
>
> I want to add the plug in: r.stream.basins. For that to occur I tried to
> go in g.extension and install it, but I get this error message:
>
> Downloading precompiled GRASS Addons
> <r.stream.basins>
> ...
>
> ERROR: Extension
> <r.stream.basins>
>  not found
>
>
> It looks like none of the extensions can be found.
>
> Thank you!

which operating system?

see

https://lists.osgeo.org/pipermail/grass-commit/2019-July/045534.html

adapting the addon system after the git switch is still a work in progress.



-----
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user
(Mon Jul 22 13:20:45 2019)                                                      
C:\Scripts_Agrieau\GRASSinterface\Watershed_GRASS.py --overwrite --verbose 
r_dem=DEM_castor@Castor_FT2 v_pourpoint=point_exutoire@Castor_FT2 precision=5 
r_outputwatershed=bassin r_outputdistance=distance
WARNING: 
GRASS_INFO_WARNING(8360,1): Vector map <tmp_buffpourpoint> already exists and 
will be overwritten
GRASS_INFO_END(8360,1)
ERROR: Erreur lors de l'execution de l'outil r.stream.basins:
GRASS_INFO_ERROR(13256,1): Module built against version $Revision$ but trying 
to use version $Revision: 72327 $. You need to rebuild GRASS GIS or untangle 
multiple installations.
GRASS_INFO_END(13256,1)
Traceback (most recent call last):
  File
"C:\Scripts_Agrieau\GRASSinterface\Watershed_GRASS.py", line
84, in <module>
    sys.exit(main())
  File
"C:\Scripts_Agrieau\GRASSinterface\Watershed_GRASS.py", line
77, in main
    WatershedTool().execute(r_dem, v_pourpoint, precision,
r_outputwatershed, r_outputdistance)
  File
"C:\Scripts_Agrieau\GRASSinterface\..\communs\Watershed.py",
line 88, in execute
    basins=r_outputwatershed)
  File
"C:\Scripts_Agrieau\GRASSinterface\..\bib_multi\tools.py",
line 61, in GRASSmodule
    Messages().addError("Erreur lors de l'execution de
l'outil " + module + ": "+ stderr)
  File "C:\Scripts_Agrieau\GRASSinterface\..\bib_multi\messa
ges.py", line 24, in addError
    Messages.instance.addError(text)
  File "C:\Scripts_Agrieau\GRASSinterface\..\bib_multi\grass
_messages.py", line 35, in addError
    raise Exception(text)
Exception: Erreur lors de l'execution de l'outil
r.stream.basins:
ERROR: Module built against version $Revision$ but trying to use version 
$Revision: 72327 $. You need to rebuild GRASS GIS or untangle multiple 
installations.
(Mon Jul 22 13:20:47 2019) Command finished (1 sec)                             
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to