-
Notifications
You must be signed in to change notification settings - Fork 104
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
Back to flit? #92
Comments
Thanks, I am actually quite satisfied with setuptools backend (instead of flit) as it is fast and works as expected. With no-iso install I get the following pep517 error.
Traceback
|
You forgot to upload a wheel for the newest release: python setup.py bdist_wheel
twine upload dist/scvelo-....whl |
Thanks, fixed. Decided not to move back to flit for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you said, flit is much nicer, the only problem is that
pip install
from git is super slow for scvelo using it. This issue is for investigating why and figuring out how to fix the slowness.One option would be pypa/pip#6144, so let’s try checking out the commit before switching to setuptools: 3670999
If this doesn’t fix it, let‘s see if we can find the real cause!
The text was updated successfully, but these errors were encountered: