Hi, i'm having trouble using SQL Server, i'm getti...
# troubleshoot
m
Hi, i'm having trouble using SQL Server, i'm getting the message / PipelineInitError: Failed to configure the source (mssql): No module named 'pyodbc' / I read other answers with the same problem, but i got nothing.
a
Could you share your version and deployment method? This could be a dependency issue caused by an unsupported python version
m
I installed using this command:
datahub docker quickstart --version v0.10.0 --mysql-port 9005
and the python version is 3.10 (in the datahub-actions container)
a
This is likely because they are expecting the port at a different location- is there a reason you deployed on that specific port?
I’m also no expert here, but it could be because of a faulty install do you have data in there that would be missed if you
datahub docker nuke
and try again?