Hello. I've been suggested this workaround and now Its works fine:

Locate the g.extension.py script, copy and rename it and modify one line
(search for cz). (You'll need an editor like Notepad++ to avoid issues with
carriage returns). Then run using File > Launch Script.

base_url = "http://wingrass.fsv.cvut.cz/"; \
           "grass%(major)s%(minor)s/%(platform)s/addons/" \
           "grass-%(major)s.%(minor)s.%(patch)s" % \
           {'platform': platform,
            'major': version[0], 'minor': version[1],
            #'patch': version[2]} # comment this out
            'patch': 'svn'} # add this

El mar., 23 de jul. de 2019 a la(s) 21:31, marie-joëlle desgagné (
[email protected]) escribió:

> I modified the lines 936 to 941 in the g.extension and now I am able to
> download the precompiled GRASS Addons. The problem was in the base url
> mentionned in the g.extension script. I am wondering if it has an impact
> when I try to launch the _GRASS scripts though.
>
> ------------------------------
> *De :* marie-joëlle desgagné
> *Envoyé :* 22 juillet 2019 15:37
> *À :* Markus Neteler <[email protected]>
> *Objet :* RE: [GRASS-user] Extensions
>
>
> I modified the lines 936 to 941 in the g.extension and now I am able to
> download the precompiled GRASS Addons. The problem was in the base url
> mentionned in the g.extension script. I am wondering if it has an impact
> when I try to launch the _GRASS scripts though.
>
>
>
>     platform = 'x86_64'
> base_url = "http://wingrass.fsv.cvut.cz/"; \
>            "grass%(major)s%(minor)s/%(platform)s/addons/latest" % \
>            {'platform': platform,
>             'major': version[0], 'minor': version[1],
>             'patch': version[2]}
>
>
> Provenance : Courrier <https://go.microsoft.com/fwlink/?LinkId=550986>
> pour Windows 10
>
>
> ------------------------------
> *De :* Markus Neteler <[email protected]>
> *Envoyé :* Monday, July 22, 2019 3:27:34 PM
> *À :* marie-joëlle desgagné <[email protected]>
> *Objet :* Re: [GRASS-user] Extensions
>
> Hi,
>
> Would you mind to share your change?
>
> Thanks
> Markus
>
>
> marie-joëlle desgagné <[email protected]> schrieb am Mo., 22. Juli
> 2019, 19:32:
>
>> 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
>> _______________________________________________
>> grass-user mailing list
>> [email protected]
>> https://lists.osgeo.org/mailman/listinfo/grass-user
>
> _______________________________________________
> grass-user mailing list
> [email protected]
> https://lists.osgeo.org/mailman/listinfo/grass-user
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to