Editable installs break due to setuptools #133
Labels
area-deployment
Issues and PRs involving Thicket's packaging and deployment
priority-urgent
Urgent priority issues and PRs
type-bug
Identifies bugs in issues and identifies bug fixes in PRs
type-feature
Requests for new features or PRs which implement new features
As reported here, there is a bug in newer versions of setuptools that can caused editable installs to break due to changes that setuptools made to support PEP 600.
There are two ways to address this. In the short term, users can add
--config-settings editable_mode=strict
to theirpip install -e
command. This forces setuptools to use the older style of editable installs. Longer term, the best way to fix this for Hatchet and Thicket is to move away from setuptools.The text was updated successfully, but these errors were encountered: