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

Backwards incompatability of pycddlib>3.0 #14

Open
MoritzHein opened this issue Dec 18, 2024 · 1 comment · May be fixed by #15
Open

Backwards incompatability of pycddlib>3.0 #14

MoritzHein opened this issue Dec 18, 2024 · 1 comment · May be fixed by #15

Comments

@MoritzHein
Copy link

When running pypoman.compute_polytope_vertices, there is an error, that cdd.Matrix__init__() does not take that many input arguments.

I think, it has to do with pycddlib changing some things in their 3.0 release.
At least the problem was fixed, when i installed pycddlib 2.1.7 prior to installing pypoman.

@stephane-caron
Copy link
Owner

Thank you for taking the time to report this issue 👍 As an immediate workaround, I have updated dependencies to pycddlib<3 so that new users don't run into the issue. You can leave this issue open until a future PR updates to the pycddlib 3 API.

@stephane-caron stephane-caron linked a pull request Dec 20, 2024 that will close this issue
@stephane-caron stephane-caron linked a pull request Dec 20, 2024 that will close this issue
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.

2 participants