-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pyqgis] RecursionError due to pandas.DataFrame or sklearn.metrics import #33612
Comments
@vidlb if is a question rather than a bug report you must ask it in the users/developers mailing lists, not here. Cheers! |
I don't think it comes from my script so yes it is a bug and not a question ! |
possible dupllicate of #30446 |
Same kind of traceback in #33191 . Closed but not explained. Seems like it also happens with any sklearn.metrics import. |
@vidlb I doubt that qgis must be friendly to external imports, maybe this should be more of a feature than a bug. |
@roya0045 you're right, but it is good to keep trace of those kind of issues, because many people may need external libs in their plugins. But yes, I guess it is not the best place to discuss it so I'm closing the issue. |
Description
I am writing a standalone script with pyqgis and I noticed that pandas isn't working properly. Even if it is a pandas error we can see qgis.utils in the stack trace.
QGIS and OS versions
GNU Linux Debian 10 (buster)
QGIS 3.10.1 + Python3.7.3 + pandas0.23.3
Steps to reproduce
Stack trace
And it goes on... Any ideas ?
P.S. : This is my first issue ! I hope it is right.
The text was updated successfully, but these errors were encountered: