-
Notifications
You must be signed in to change notification settings - Fork 85
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
Sqlalchemy Turbodbc missing library: libsimdutf.so.9 #437
Comments
@xhochy looks like this is solved for turbodbc 5.0.1, however that version requires numpy>=2.0. Is this intentional? With numpy 1.26 and python 3.10 turbodbc version |
|
Should be fixed by conda-forge/turbodbc-feedstock#138 |
Furthermore conda-forge/simdutf-feedstock#31 should ensure that this doesn't happen again. |
Both are merged, so should be solved in 1-2h when everything has hit the CDN. |
Thanks! 🚀 |
After upgrading my conda environment today, package
simdutf
changed from version5.4.15
to5.5.0
. Afterward, I started recieving errors with sqlalchemy about a missing library. I'm not sure if this is something that needs to be fixed in sqlalchemy or turbodbc because I don't understand the issue based on the error message.The text was updated successfully, but these errors were encountered: