Export to GitHub

pyodbc - issue #383

Unable to install with latest version of Python


Posted on Sep 22, 2014 by Grumpy Panda

What steps will reproduce the problem? 1. Attempt installation with Python 3.4

Comment #1

Posted on Sep 26, 2014 by Quick Bear

Even better, put up wheels for Python 2.6, 2.7, 3.3 and 3.4 (really easy to do if you're already doing bdist_wininst - install 'wheel' and bdist_wheel instead).

These work better with pip and requirements.txt files (common for silent/remote installations) than wininst installers.

Status: New

Labels:
Type-Defect Priority-Medium