카테고리 없음
https://github.com/nuwandda/stable-diffusion-aging-time-lapse m1 셋팅
혜룐
2024. 6. 6. 17:37
https://github.com/nuwandda/stable-diffusion-aging-time-lapse m1 셋팅
Building wheels for collected packages: dlib Building wheel for dlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for dlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [6 lines of output] running bdist_wheel running build running build_ext ERROR: CMake must be installed to build dlib [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for dlib Failed to build dlib ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects |
brew install cmake |
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for lxml Running setup.py clean for lxml Failed to build lxml ERROR: Could not build wheels for lxml, which is required to install pyproject.toml-based projects |
brew install libxml2 libxslt export LDFLAGS="-L/usr/local/opt/libxml2/lib -L/usr/local/opt/libxslt/lib" export CPPFLAGS="-I/usr/local/opt/libxml2/include -I/usr/local/opt/libxslt/include" |
나머진 오류는 버전의존성만 맞춰주면됨