I meed to install PyODBC to connect Anaconda with Python 3.5 to database. Support for PyODBC only goes up to Python 3.3. I tried download the PyODBC adapter for Python 3.5 from here http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyodbc ,but I cant seem to get it installed. Thanks!
anaconda / packages / pyodbc 34. 2 pyodbc is a Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal.
x versions will be the last to support Python 2.7. The pyodbc 5. x versions will only support Python 3.7 and above.
You can use the subprocess module to execute pip list to get a list of the installed modules and check if it contains the pyodbc module.
This worked for me:
conda install -c anaconda pyodbc=3.0.10
Also, check here to make sure you'll install the latest version
https://anaconda.org/anaconda/pyodbc
I have pyodbc running with Python 3.5. Have you tried:
pip install pyodbc==3.0.10
Here's the latest / greatest version, it is no longer on Google Code: https://github.com/mkleehammer/pyodbc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With