-
Notifications
You must be signed in to change notification settings - Fork 106
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
refs/tags/3.4.0 - resolvelib # tinycss2 : raise Exception(f"couldn't parse: '{line}'") Exception: couldn't parse: 'tinycss2 (>=1.1.0<1.2) ; extra == 'css'' #442
Comments
Related to #419? Please provide a repro. |
Could be due to extra or tinycss2 (>=1.1.0<1.2) is in issue? I have to search for the package .. |
Yeah It's an error of the requirements parser of mach-nix. It cannot deal with the format |
I found the package: Reproduction:
|
Is there a way to fix this locally? |
I suppose adding 'bleach==4.1.0' to your requirements might (might!) be a workaround. |
Would it be possible, if you're working on that code, to get any information about the package that's failing the parsing in the error message? |
It seems to be caused by a missing comma which was fixed just after v5.0.0 and should be fixed once v5.0.1 is released: mozilla/bleach#655 |
how to use bleach from github "as provider"? |
@otaku What does |
"refs/tags/3.4.0"
The text was updated successfully, but these errors were encountered: