-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
area-deploymentIssues and PRs involving Thicket's packaging and deploymentIssues and PRs involving Thicket's packaging and deploymentpriority-urgentUrgent priority issues and PRsUrgent priority issues and PRstype-bugIdentifies bugs in issues and identifies bug fixes in PRsIdentifies bugs in issues and identifies bug fixes in PRstype-featureRequests for new features or PRs which implement new featuresRequests for new features or PRs which implement new features
Description
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 their pip 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.
Metadata
Metadata
Assignees
Labels
area-deploymentIssues and PRs involving Thicket's packaging and deploymentIssues and PRs involving Thicket's packaging and deploymentpriority-urgentUrgent priority issues and PRsUrgent priority issues and PRstype-bugIdentifies bugs in issues and identifies bug fixes in PRsIdentifies bugs in issues and identifies bug fixes in PRstype-featureRequests for new features or PRs which implement new featuresRequests for new features or PRs which implement new features