We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-vvv
curl -sLo requirements.txt https://raw.githubusercontent.com/getsentry/sentry/a7057707ee086d9a587e1ea0ab08039a4d7566b5/requirements-base.txt poetry add $(sed -e 's/#.*//' -e '/^$$/ d' < requirements.txt)
It looks like one of the packages had a release issue mrabarnett/mrab-regex#475
We are testing all the package managers against this requirements set and poetry was the only one that failed, https://github.com/lincolnloop/python-package-manager-shootout/actions/runs/2733333579 (click through to see verbose traceback). Not sure if this is a bug or a feature, but thought it was worth raising here.
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #3543 -- the issue is pypi/warehouse#11949 and not something specific to regex.
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
-vvv
option).curl -sLo requirements.txt https://raw.githubusercontent.com/getsentry/sentry/a7057707ee086d9a587e1ea0ab08039a4d7566b5/requirements-base.txt poetry add $(sed -e 's/#.*//' -e '/^$$/ d' < requirements.txt)
Issue
It looks like one of the packages had a release issue mrabarnett/mrab-regex#475
We are testing all the package managers against this requirements set and poetry was the only one that failed, https://github.com/lincolnloop/python-package-manager-shootout/actions/runs/2733333579 (click through to see verbose traceback). Not sure if this is a bug or a feature, but thought it was worth raising here.
The text was updated successfully, but these errors were encountered: