EnMAP-Box3

Issue #105 closed
Former user created an issue

This plugin is broken No module named sklearn.metrics

Comments (4)

  1. priyakant08

    Python error: Couldn't load plugin enmapboxplugin due to an error when calling its classFactory() method See message log (Python Error) for more details.

  2. Fabian Thiel

    Did you make sure that all python dependencies are installed into the QGIS python environment? If you are running on Windows, you might install them via the OSGeo4W Shell:

    python -m pip install sklearn
    python -m pip install pyqtgraph
    python -m pip install scipy
    
    and maybe:
    python -m pip install numpy
    python -m pip install rios
    python -m pip install spectral
    

    Maybe also have a look at our documentation (although it is currently not up to date) http://enmap-box.readthedocs.io/en/latest/Installation.html

  3. Log in to comment