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
Seems likely that the pip people will revert while they discuss pypa/pip#6449. Given that, I propose that we pin under 19.1 for now and wait to see how things shake out.
I have been thinking a lot about this since pip broke editable installs yesterday. (https://discuss.python.org/t/pip-19-1-and-installing-in-editable-mode-with-pyproject-toml/1553/5). I thought #11 would solve our problems, but it created new ones, so I wanted to capture what I have thought about so far.
I think there are several options.
Pin to <19.1
Use the flag every time you pip install with editable:
pip install -e . --no-use-pep517
Switch to using
python setup.py develop
The text was updated successfully, but these errors were encountered: