Skip to content
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

Fix pyparsing version due to incompatibility with 3.x #122

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

disconnect3d
Copy link

TL;DR: gixy does not work with latest pyparsing (3.x) versions, it fails with bogus parsing errors like:

ERROR Failed to parse config "/etc/nginx/nginx.conf": char 5 (line:1, col:6)

or similar.

TL;DR: gixy does not work with latest pyparsing (3.x) versions, it fails with bogus parsing errors like:
> ERROR	Failed to parse config "/etc/nginx/nginx.conf": char 5 (line:1, col:6)

or similar.
requirements.txt Outdated Show resolved Hide resolved
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
@rocko-n
Copy link

rocko-n commented Nov 3, 2021

You also need to update pyparsing version here

priv-kweihmann added a commit to priv-kweihmann/meta-sca that referenced this pull request Nov 22, 2021
as gixy is currently incompatible with pyparsing 3.x release.
See yandex/gixy#122

Closes #8123

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
priv-kweihmann added a commit to priv-kweihmann/meta-sca that referenced this pull request Nov 22, 2021
as gixy is currently incompatible with pyparsing 3.x release.
See yandex/gixy#122

Closes #8123

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
priv-kweihmann added a commit to priv-kweihmann/meta-sca that referenced this pull request Nov 22, 2021
as gixy is currently incompatible with pyparsing 3.x release.
See yandex/gixy#122

Closes #8123

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
priv-kweihmann added a commit to priv-kweihmann/meta-sca that referenced this pull request Nov 22, 2021
as gixy is currently incompatible with pyparsing 3.x release.
See yandex/gixy#122

Closes #8123

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
priv-kweihmann added a commit to priv-kweihmann/meta-sca that referenced this pull request Nov 22, 2021
as gixy is currently incompatible with pyparsing 3.x release.
See yandex/gixy#122

Closes #8123

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants