Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Remove setuptools version restrictions #565

@kmaehashi

Description

@kmaehashi

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).

pypa/setuptools#1934

Workaround: do pip install wheel or pip install 'setuptools<42' (#541, #563)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions