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

Actions fail due outdated funcparserlib #3892

Closed
vodorok opened this issue Apr 21, 2023 · 0 comments · Fixed by #3894
Closed

Actions fail due outdated funcparserlib #3892

vodorok opened this issue Apr 21, 2023 · 0 comments · Fixed by #3894

Comments

@vodorok
Copy link
Collaborator

vodorok commented Apr 21, 2023

Github actions consistently fail due to an error in funcparserlib.

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in funcparserlib setup command: use_2to3 is invalid.
      [end of output]

It is an implicit dependency for Codechecker, mockldap uses it.
If upgrading mockldap does not solve the issue, specifying directly could solve the issue.

@Szelethus Szelethus linked a pull request Apr 27, 2023 that will close this issue
bruntib added a commit to bruntib/codechecker that referenced this issue Apr 27, 2023
Mockldap dependency is not supported for a long time. It can't be
installed to the latest Ubuntu versions, due to some of its old version
implicit dependencies (funcparserlib). For this reason the usage of
mockldap module has been eliminated and a simplified mock class has been
introduced instead with hardcoded return values.

This error could be reproduced by "make venv_dev" command which emitted
this error message:
"error in funcparserlib setup command: use_2to3 is invalid."

Fixes Ericsson#3892
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 a pull request may close this issue.

1 participant