Windows 10 QGIS Install Issue

Issue #305 resolved
Former user created an issue

You also need to add the "sklearn" library to the pip install process. It didn't seem to load with your default installation file "python3 -m pip install -r https://bitbucket.org/hu-geomatics/enmap-box/raw/develop/requirements.txt".

Comments (4)

  1. Fabian Thiel

    pip install sklearn
    

    and

    pip install scikit-learn
    

    should yield the same result, where the latter is the recommended way to go.

    sklearn is a (deprecated?) dummy package on pypi which should actually just install the scikit-learn package (https://pypi.org/project/sklearn/). On the pypi page it says “Use scikit-learn instead.”

  2. Log in to comment