You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
setuptools 42.0.x seems to have an issue with Python 3.8: wheel (cache) build failures are not handled correctly when installing dependency packages (the error should be silently ignored if wheel is not installed, but the entire installation fails).
setuptools
42.0.x seems to have an issuewith Python 3.8: wheel (cache) build failures are not handled correctly when installing dependency packages (the error should be silently ignored ifwheel
is not installed, but the entire installation fails).pypa/setuptools#1934
Workaround: do
pip install wheel
orpip install 'setuptools<42'
(#541, #563)The text was updated successfully, but these errors were encountered: