[Fixed]-Azure-django pip pyodbc for 64 bit

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/.

0👍

Download sql_server source package, and run “python setup.py install”

👤caot

Leave a comment