What download file do I need to get PyODBC 3.1.1 for Python 3.2?

190 Views Asked by At

I can't make head nor tail out of the wheelhouse install files for PyODBC. There seem to be three parameters encoded in .whl file names at https://pypi.python.org/pypi/pyodbc/3.1.1 . One appears to be a Python version number, and no file is listed for Python 3.2. Another parameter is the processor, and I haven't the foggiest idea what the third parameter is. This is the first time I've ever heard of a "wheelhouse" installation file. Thank you for any help you can provide.

1

There are 1 best solutions below

3
On

Why are you downloading wheel files from PyPI? Can't you use pipto install your packages? BTW, wheel files have been around for quite some years now, there's even a PEP about them and here you can read a little about their history. I strongly advise you against manually downloading files from de Index, you should really use pip or set a cache server if you need to keep the packages.