Could not build wheels for scikit-image, which is required to install pyproject.toml-based projects

preview_player
Показать описание
I got this following error while installing scikit-image
"ERROR: failed building wheel for scikit-image"
Рекомендации по теме
Комментарии
Автор

Thank you, this fixed my issues.
For me the issues were:
1. my requirements.txt was trying to install an old version which wasn't compatible. Thus "pip install scikit-image" helped with that.
2. Deleting my former venv folder & reinstalling Python 3.10.9 (therefore twice) solved the issue.

deathmire
Автор

Solved my issue with AutoGPT, thanks!

ZweiBein
Автор

Unsung heroes like you save the day :)

shashankrawat
Автор

yes this solves the problem for me...Python 3.11.1 is the newest python update and that's why there isn't any scikit-image library for this version....and downgrading to 3.10.9 solves it

Shadow-dgfd
Автор

Thank you, your video really helped solve this problem!

vita__versus
Автор

no this thing didn't work for me for scikit-learn

tejasakumar
Автор

python doesnt show for me in the environment variable

yousof