[issue30572] pip is broken

2017-06-05 Thread R. David Murray
Changes by R. David Murray : -- resolution: fixed -> third party ___ Python tracker ___

[issue30572] pip is broken

2017-06-05 Thread Dingo64
Dingo64 added the comment: python -m pip install --upgrade pip fixed the pip so now C:\Python35>pip3 install dlib-19.4.0-cp35-cp35m-win_amd64.whl Processing c:\python35\dlib-19.4.0-cp35-cp35m-win_amd64.whl Installing collected packages: dlib Successfully installed dlib-19.4.0 worked.

[issue30572] pip is broken

2017-06-05 Thread Dingo64
New submission from Dingo64: C:\Python35>pip install dlib-19.4.0-cp35-cp35m-win_amd64.whl dlib-19.4.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform. How can it be not supported when I have Python 3.5 on AMD64 Windows machine? C:\Python35>wmic os get osarchitecture