Hello everyone, I don't know if this is a bug in Qgis or it happens only to me.
The linear_model from sklearn works perfectly outside Qgis, but when I try to import that library inside python shell in Qgis it's not possible: To reproduce the error is just when you import the library like this: from sklearn import linear_model The error: RecursionError: maximum recursion depth exceeded Does anyone have the same problem? any ideas? (using Qgis 3.8.3, sklearn 0.21.3, python 3.7.4 and Archlinux) Xavier
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
