dzetsaka
dzetsaka copied to clipboard
failed install scikit-learn windows 10
i tried to install scikit-leart but it failed, message was :
C:\Windows\System32>pip install scikit-learn Fatal error in launcher: Unable to create process using '"c:\osgeo4~1\bin\python3.exe" "C:\PROGRA~1\QGIS3~1.4\apps\Python37\Scripts\pip.exe" install scikit-learn'
how to solve this problem, thank you
Hi,
First of all, I don't know if this solves arifismail-hub problem, but it may be useful.
I've successfully installed scikit-learn (using QGIS 3.4.7 on Windows 10), however the plugin kept telling me the library was missing.
I found out the problem was caused by the use of the OSGEO Shell launcher located in OSGEO's directory, instead of the one from QGIS's directory. Each launcher installs scikit-learn and the associated libraries to different paths, so I believe this is an usefull tips to include in the instructions.
Thanks!