Could not load database driver: MssqlEngineSpec (repost) #31775
Replies: 2 comments
-
Hey there, @dec818181! I'm here to help you out with any bugs, questions, or contributions. Let's tackle this issue together! There is a known issue with using the To troubleshoot this issue, ensure that the If the issue persists, consider using an alternative driver like To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
I started again and followed the install guide closely and it worked this time. Thank you. |
Beta Was this translation helpful? Give feedback.
-
When I test my connection using this connection string in the SQL Alchemy field:
mssql+pymssql://myuser:mypass@mydbserver
I get the error:Could not load database driver: MssqlEngineSpec
I have run
pip install pymssql
and also added the following to my Dockerfile.I deleted all the containers then ran
docker compose up --build
There is a similar discussion but the solution there does not seem to be working for me.
Beta Was this translation helpful? Give feedback.
All reactions