You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had issues with pip install -e .
Found here that you can do pip install -e . --config-settings editable_mode=compat.
That works but writes a warning
DEPRECATION: Config settings are ignored for project file:///C:/Code/Repo/generallibrary. pip 23.3 will enforce this behaviour change. A possible replacement is to use --use-pep517 or add a pyproject.toml file to the project.
ManderaGeneral/generalimport#18 (comment)
Maybe leave setup.py with a shim? https://stackoverflow.com/questions/62983756/what-is-pyproject-toml-file-for
The text was updated successfully, but these errors were encountered: