"No ddbc_bindings module found" on import when built from source on Ubuntu #400
Replies: 1 comment
-
|
Silly me. I wasn't using CMake as described in the wiki. https://github.com/microsoft/mssql-python/wiki/Build-From-Source |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to use a copy of the driver that I built from source on Ubuntu 24.04. I installed the prerequisites
I did
git cloneto grab the source, then didpip install -e .to build and install the driver. No errors were reported, but when I try to import the module I getBeta Was this translation helpful? Give feedback.
All reactions