简体   繁体   中英

Anaconda Python 3.5 Install PyODBC

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!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM