Unable to install pymssql from wheel format

I want to install pymssql-2.1.2-cp35-cp35m-win_amd64.whl but when running the following code:

C:\Users\----\Downloads>c:/python/python35-32/scripts/pip install "pymssql-2.1.2-cp35-cp35m-win_amd64.whl"

The answer to installing pip:

pymssql-2.1.2-cp35-cp35m-win_amd64.whl is not supported by the wheel on this platform.

my python is 3.5 (os: windown 10 64bit)

+4
source share

All Articles