Re: [QGIS-Developer] sklearn error

2022-05-27 Thread Tyler Veinot via QGIS-Developer
Hugh, I installed it all through the OSGeo4W installer, sklearn seems to install by default; when I run help("modules") in QGIS pyconsole I get sklearn returned in the list. Since I didn't install this myself I can only assume it installed with the OSGeo4W installer. That said, when i updated my

Re: [QGIS-Developer] sklearn error

2022-05-27 Thread Hugh Kelley via QGIS-Developer
Hi Tyler, since I haven't seen anyone else respond I have a few questions/comments/suggestions. What OS are you using? It looks like windows based on the file paths. since sklearn has dependencies that require C bindings, you might have a much easier time doing your work in either a linux

[QGIS-Developer] sklearn error

2022-05-26 Thread Tyler Veinot via QGIS-Developer
I am trying to use sklearn in QGIS python console, it is showing up as installed and I can import modules from it but when I run script I get the error message "Traceback (most recent call last): File "C:\OSGeo4W\apps\Python39\lib\code.py", line 90, in runcode exec(code, self.locals) File