Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccurate installation guide #2

Open
abhash-rai opened this issue Aug 23, 2023 · 1 comment
Open

Inaccurate installation guide #2

abhash-rai opened this issue Aug 23, 2023 · 1 comment

Comments

@abhash-rai
Copy link

for python 3.8
It shouldn't be: python -m pip install dlib-19.22.99-cp38-cp38m-win_amd64.whl
It should be: python -m pip install dlib-19.22.99-cp38-cp38-win_amd64.whl

python 3.9
It shouldn't be: python -m pip install dlib-19.22.99-cp39-cp39m-win_amd64.whl
It should be: python -m pip install dlib-19.22.99-cp39-cp39-win_amd64.whl

@rajan-poudel
Copy link

rajan-poudel commented Sep 20, 2023

You're indeed correct !!

The dlib whl file for python version 3.7 have cp37m in it whereas for version 3.8 and 3.9 there is no m , so he must have mistook it for version 3.8 and 3.9 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants