Closed lpasselin closed 4 years ago
PEP517 implemented recently in pip does not allow editable install in user site-packages. This means I had to run sudo make build to install in editable mode.
sudo make build
See discussion here https://github.com/pypa/pip/issues/7953
PEP517 implemented recently in pip does not allow editable install in user site-packages. This means I had to run
sudo make build
to install in editable mode.See discussion here https://github.com/pypa/pip/issues/7953