-
Notifications
You must be signed in to change notification settings - Fork 994
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
ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects #250
Comments
|
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia |
if you are using windows machine, you can checkout this github (https://github.com/Cfuhfsgh/Dlib-library-Installation) and download,unzip them & install this file in the provided path "dlib-master\dlib-19.19.0-cp38-cp38-win_amd64.whl (pip install dlib ....whl) @araya @AugusttoDaniel |
@JJayasri in fact i already install vstudio with c++ compliling tools, clang compiler, cmake, windows 10 sdk and every time i having this issue!. some idea here? thanks in advance |
@mrgab0 I think those are not needed once you install with the github reference which I shared above,what's the issue ,can you share the screenshot? |
firstly you need to download the cmake from cmake website if your are working in the windows, created the environment path cmake and after that check the cmake --version, when it reflects in the command prompt cmake is made, now install dlib |
Oh, unfortunately I deleted everything, the module and the environment so I can't. I plan to try again if I have the same error I will share it. thank you @JJayasri |
Pls have you solved it |
@wly123207 Then rerun; It worked for me! :) |
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
running bdist_wheel
running build
running build_py
running build_ext
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for dlib
Running setup.py clean for dlib
Failed to build dlib
ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: