python - pyodbc.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'SQL Server' : file not found (0) (SQLDriverConnect)") -
i new docker , python. running docker image tensorflow image classification. save output sql server. have modified python code insert. pyodbc not working initially. bow have run below commands , working.
run
apt-get update && apt-get install -y gcc unixodbc-dev run
pip install pyodbc but still getting below error while try run insert python script. should next?
pyodbc.error: ('01000', "[01000] [unixodbc][driver manager]can't open lib 'sql server' : file not found (0) (sqldriverconnect)")
Comments
Post a Comment