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
wor
Dingo64 added the comment:
I did:
python -m pip install --upgrade pip
and then
pip3 install cmake
went OK.
So I would suggest to change notices like "You are using pip version 7.1.2,
however version 9.0.1 is available.
You should consider upgrading via the 'python -m pip install --u
New submission from Dingo64:
When I try to use pip to install something it says it cannot because it doesn't
make cmake. When I try to install cmake:
C:\Python35>pip3 install cmake
Collecting cmake
Downloading cmake-0.7.0.tar.gz (29.2MB)
100% |
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 osarchit