Skip to content

pyproject.toml not compatible with editable mode #106

@sfluegel05

Description

@sfluegel05

In our installation, we advise developers to install chebai in editable mode (pip install -e .). However, this breaks since we changed from setup.py to pyproject.toml.

@jcapp4 got the following the following error:

ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: python-chebai
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)

@aditya0by0 Can you check how this is supposed to work with a pyproject.toml?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions