Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Un-pin pyparsing to see if pyparsing 3.0.3 works on main#21489
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
timhoffm commentedOct 28, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
with pyparsing 3.0.3 we see shifts in some math formulas: Can it be that this is caused by the change to pyparsing >=3? e.g. for |
ptmcg commentedOct 28, 2021
It looks like a leading space was included or not included (I can't tell which is the before and which is the after in your diff). I'm trying to test your parser in isolation, but I keep having to pull in more and more code. Is there a way to test without doing the whole Anaconda installation? |
Have you used the |
Superseded by#21501. |
PR Summary
Pyparsing 3.0.0 introduced some backward-incompatible changes. As a result, we pinned it in#21445 +#21446.
Let's see if this is fixed in the more recent versions of pyparsing.