Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sdist does not install: neither 'setup.py' nor 'pyproject.toml' found. #1056

Open
mgorny opened this issue Jan 7, 2025 · 2 comments
Open
Assignees

Comments

@mgorny
Copy link
Contributor

mgorny commented Jan 7, 2025

$ pip install --no-binary flask-security-too flask-security-too
Collecting flask-security-too
  Downloading flask_security_too-5.5.2.tar.gz (668 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 668.5/668.5 kB 7.8 MB/s eta 0:00:00
ERROR: flask-security-too from https://files.pythonhosted.org/packages/75/38/9ad98a921d4655d0860d8d6dc4e00910b8043b8967586ad89f0b024782d1/flask_security_too-5.5.2.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
@jwag956 jwag956 self-assigned this Jan 8, 2025
@jwag956 jwag956 added the bug label Jan 8, 2025
@jwag956 jwag956 added this to the 5.6 milestone Jan 8, 2025
@jwag956
Copy link
Collaborator

jwag956 commented Jan 8, 2025

Ok - this is a side-effect of trying to publish the same package as BOTH flask-security and flask-secyurity-too.
If you do the same thing with 'flask-security' it seems to work fine.
Not sure it is worth fixing since we are encouraging folks to move back to install flask-security.

@jwag956 jwag956 removed this from the 5.6 milestone Jan 8, 2025
@mgorny
Copy link
Contributor Author

mgorny commented Jan 8, 2025

For the record, I've hit this because I've been analyzing most-downloaded packages from PyPI. FWICS "flask-security" is not even on that list, so it doesn't seem many projects have moved back.

@jwag956 jwag956 removed the bug label Jan 23, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

2 participants