Code
pip: Could not build wheels for which use PEP 517 and cannot be installed directly
Segel
2021. 10. 10. 19:27
문제:
Could not build wheels for (이름) which use PEP 517 and cannot be installed directly
위 메시지와 함께 pip install이 실패함
해결:
pip install --upgrade pip setuptools wheel
실행 후 쉘 재시작
https://github.com/pydata/bottleneck/issues/281#issuecomment-560030902
'ERROR: Could not build wheels for bottleneck which use PEP 517 and cannot be installed directly' · Issue #281 · pydata/bottle
Hi, I'm installing Bottleneck by fastai lib in a Suse 12 sp4 server, but had the error when building wheels for it. It says that uses PEP517 and cannot be installed directly. Funny thing is tha...
github.com
반응형