[GRASS-user] module g.gui.iclass does not work

2020-03-21 Thread english
Hi everyone,

I'm trying to use the classification gui, but it does not work 
properly. A message appears.

"no module named core_c"

The capture is attached,

GRASS version: 7.8.2 
Code revision: exported 
Build date: 2020-03-08 
Build platform: x86_64-pc-linux-gnu 
GDAL: 3.0.4 
PROJ: 7.0.0 
GEOS: 3.8.0 
SQLite: 3.22.0 
Python: 3.7.4 
wxPython: 4.0.4 
Platform: Linux-5.3.0-42-generic-x86_64-with-debian-buster-sid

Thanks for your help

--Mauricio Reyna,
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Install package for add-on in /usr/bin/python3

2020-03-21 Thread Robin Kohrs


Hi everyone:)
I'm really sorry for this naive question. I'm kind of starting with  
GRASS and I just can't find a solution...
The issue is, that I would like to try to write a little GRASS Add-on  
and use the python-fmask package. While this package is only  
downloadable via conda it always installs into  
`/home/user/miniconda3/bin/python3`. Even when I did `conda  
deactivate` prior to this.


When I then have the import statement `import fask` in the  
grass-script it always throws an error, saying that fmask is not  
installed. When I print the `sys.executable` in the grass-script it  
tells me that the interpreter is in `usr/bin/python3`. So I thought  
that I'd install the fmask-package in a way that this interpreter can  
find it while executing the script. But I just don't know how. I can  
add the fmask-path to sys.path, but I don't think this is the  
solution. Maybe someone has a pointer what I'm not getting.


Hope everyone is good these days:)!
Thank you very much in advance,
Robin

___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user