Closed foundrytom closed 1 year ago
An interesting aside whilst working on this
With pip 21.2.4, attempting to do an editable/develop install fails
$ pip install -e .
ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /home/dave/workspace/cloud/assetapi/Template-OpenAssetIO-Manager-Python
(A "pyproject.toml" file was found, but editable mode currently requires a setuptools-based build.)
but with (latest) pip 23.2.1 (after doing a pip install --upgrade pip
) it succeeds.
Various breakages due to
Remember to check docs.