OpenAssetIO / Template-OpenAssetIO-Manager-Python

BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Update template to OpenAssetIO v1.0.0-alpha.14 #4

Closed foundrytom closed 1 year ago

foundrytom commented 1 year ago

Various breakages due to

Remember to check docs.

feltech commented 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.