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?