-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 scikit-image #803
Comments
Revert to Python 3.10.10 |
Thank you very much for the quick answer, Revert to Python 3.10.10 did pass for pip install -r requirements.txt, but another issue came up, so I decided to try Windows way as this video https://www.youtube.com/watch?v=P2JM45Kq4iM&list=WL&index=7&t=14s After installing Python at this path C:\Users\sam77\AppData\Local\Programs\Python\Python310 Looking into Launcher.py Tried to install stable-diffusion-webui C:\Users\sam77\Sadtalker\stable-diffusion-webui-1.7.0 but still got the same error...no attribute 'style' Any suggestion... |
Gradio deprecated the style method (and a few other things), but OpenTalker/SadTalker has not maintained this repository in a little while, PR are pendings which could fix the issue. I recently pushed one that address your problem: Hopefully this help. |
執行 pip install -r requirements.txt 時出現...
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for scikit-image
Failed to build scikit-image
ERROR: Could not build wheels for scikit-image, which is required to install pyproject.toml-based projects
更新... C/C++ 編譯器 Microsoft Visual C++ 2015-2022 Redistributable 14.38.33130 Python 3.11.5 pip 23.2.1
嘗試... conda install scikit-image 安裝成功,但再次執行 pip install -r requirements.txt 時,還是出現同樣ERROR: Failed building wheel for scikit-image
請問該如何處理? 謝謝!
The text was updated successfully, but these errors were encountered: