1👍
✅
There was a answered thread about How to install pyodbc 64bit
that can help solving the issue. Please refer to the thread How to install pyodbc 64-bit?.
You can find the 64bit pyodbc whl file in the unoffical
python module list at http://www.lfd.uci.edu/~gohlke/pythonlibs/ and try to use it.
If it not works, I suggest you can try to use the pymssql
package instead of the pyodbc
package for Azure SQL Database, please refer to the doc https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-python-simple-windows/.
- REST Framework: how to serialize objects?
- 'unicode' object has no attribute 'has_header'
- How to decrease number (575) of queries in a nested loop?
Source:stackexchange.com