-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developer install does not work #2
Comments
Just adding PEP 660 for future reference here. So far I don't know how to make this work together with PEP 517 and 518. |
As it turns out PEP660 was implemented by setuptools in pypa/setuptools#3488 (part of the 64.0.0 release, which happened on Aug 11, 2022, so quite fresh) which according to my testing fixes this bug. Since there are currently only few developers and the editable build is not the standard build, I feel reluctant to add |
And pip of course needs also to be younger than 21.3 to have PEP660 support. |
Installing via
python setup.py install
works.But installing via
pip install -e .
does not. This is however the preferred way for the development cycle.The text was updated successfully, but these errors were encountered: