[GRASS-dev] [GRASS GIS] #2480: v.class.ml: ImportError: No module named training_extraction

#2480: v.class.ml: ImportError: No module named training_extraction
--------------------------+------------------------------------
  Reporter: mlennert | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.0.0
Component: Addons | Version: svn-releasebranch70
Resolution: | Keywords: v.class.ml g.extension
       CPU: Unspecified | Platform: Unspecified
--------------------------+------------------------------------

Comment (by lrntct):

I have the same problem. Installing v.class.ml with g.extension worked
once, then stopped working:
{{{
GRASS 7.1.svn (nc_spm_08_grass7):~ > g.extension ext=v.class.ml
Fetching <v.class.ml> from GRASS GIS Addons repository (be patient)...
Compiling...
Traceback (most recent call last):
   File
"/tmp/grass7-laurent-26795/tmpHjMas6/v.class.ml/scripts/v.class.ml", line
386, in <module>
     from training_extraction import extract_training
ImportError: No module named training_extraction
make: *** [v.class.ml.tmp.html] Error 1
ERROR: Compilation failed, sorry. Please check above error messages.
}}}
I opened a new ticket because it seems more general than just v.class.ml:
#2968

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2480#comment:10&gt;
GRASS GIS <https://grass.osgeo.org>