執行 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
請問該如何處理? 謝謝!
執行 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
請問該如何處理? 謝謝!