Re: [GRASS-user] Using grass libraries in python outside of GRASS

2020-07-28 Thread DAmico, Ellen
Thanks. Those links go to the same place are they supposed to? I will take a deeper look tomorrow. I appreciate your help. -Original Message- From: Markus Neteler Sent: Tuesday, July 28, 2020 4:28 PM To: DAmico, Ellen Cc: GRASS user list Subject: Re: [GRASS-user] Using grass librar

[GRASS-user] Using grass libraries in python outside of GRASS

2020-07-28 Thread DAmico, Ellen
Hi, I may be missing something very simple here. Is there a way to access the GRASS python libraries outside of the GRASS GUI without calling python through GRASS. I built a python environment (in Anaconda) that is setup with other libraries that are required for a model I need to run. I wou

[GRASS-user] ImportError: No module named six

2020-07-28 Thread Dave Roberts
I compiled 7.8.3 from source successfully. However, I get an error when tying to start a monitor GRASS GIS 7.8.3 > d.mon wx3 Mapset in Location GRASS GIS 7.8.3 > Traceback (most recent call last):

Re: [GRASS-user] Using grass libraries in python outside of GRASS

2020-07-28 Thread Markus Neteler
(please keep the list in cc) On Tue, Jul 28, 2020 at 9:17 PM DAmico, Ellen wrote: > > Thanks for the quick response. Does that work with both python 2.7 and 3? Honestly, I don't know but you may want to verify here: https://github.com/zarch/grass-session > The model I need to use (which I did

Re: [GRASS-user] Using grass libraries in python outside of GRASS

2020-07-28 Thread Markus Neteler
Hi Ellen, On Tue, Jul 28, 2020 at 8:49 PM DAmico, Ellen wrote: > > Hi, > > I may be missing something very simple here. Is there a way to access the > GRASS python libraries outside of the GRASS GUI without calling python > through GRASS. I built a python environment (in Anaconda) that is se