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

Unable to install dlib #4

Open
av-kaiser opened this issue Oct 11, 2023 · 2 comments
Open

Unable to install dlib #4

av-kaiser opened this issue Oct 11, 2023 · 2 comments

Comments

@av-kaiser
Copy link

When executing pip install -r requirements.txt an error appears: ERROR: dlib-19.22.99-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.

@snowby666
Copy link
Owner

snowby666 commented Oct 11, 2023

Installing dlib may take up some times. You can install Visual Studio (I recommend 2019) then install it on the built-in cli.

Or you can pull the image from docker for better compatibility.

In my case, I used this work around by installing the ready-to-use wheel from this source (You should check if there's an available wheel for your current setup, if none you will have to follow the above steps to build it from scratch) https://github.com/sachadee/Dlib

Hope you find this useful

@av-kaiser
Copy link
Author

Thanks! I'll try this

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