-
Notifications
You must be signed in to change notification settings - Fork 84
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
turbodbc does not play well with poetry #397
Comments
@bgemmill will you be able to test this -
|
No, this error only signals that you have not installed the native dependencies required for building turbodbc on your system. |
Ah makes sense -- do we have a list of these dependencies.. Can you point me that list. |
I think I found what I was looking for - mostly..
|
Dependencies are here But if you have a local install of boost, it gets tricky with poetry and you may run into this python-poetry/poetry#8727 |
When configuring a python project with poetry, issuing the command
poetry add turbodbc
fails with this error:Poetry seems right that this has something to do with turbodbc, in that running
pip wheel --no-cache-dir --use-pep517 "turbodbc (==4.7.0)"
produces the same error.A straight
pip install turbodbc
does appear to work, where a wheel is compiled locally and installed.Is this a pep517 thing, a lack of prebuilt wheel for ubuntu 22.04, or something else?
I'm happy to provide any sort of help to make this go; it would be great to get this into poetry.
The text was updated successfully, but these errors were encountered: