Revision history [back]
Using the compat mode for editable installs should fix this. The command line for installing the current directory is:
python -m pip install -e . --config-settings editable_mode=compat
Using the compat mode for editable installs should fix this. The command line for installing the current directory is:
python -m pip install -e . --config-settings editable_mode=compat