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

Version mismatch testing Python bindings #129

Open
ranvaut opened this issue Dec 3, 2023 · 0 comments
Open

Version mismatch testing Python bindings #129

ranvaut opened this issue Dec 3, 2023 · 0 comments

Comments

@ranvaut
Copy link

ranvaut commented Dec 3, 2023

Hi all,

(I am still on an entry level, so please keep this in mind when answering :) )

I am working on MacOS with Python 3.6, now trying to test the Python bindings I (normally) successfully built and compiled. Following the instructions, testing the bindings gives me in total 4 very related fails that all have to do with some sort of a version mismatch of MEI (screenshot attached gives one of these fails). I read that installing Python using Homebrew nowadays automatically installs it as a framework, so I don't think this could be an issue.
Here's where I'm confused: 'doc.version' gives back my installed version of MEI, which is indeed 3.0.0, but the self.assertEqual assertion seems to compare this string to a year. How could this ever work? Should I just change all "2013" to "3.0.0" in the source code to resolve these fails? (Note that Google tells me the 3.0.0 version of MEI was released in 2016, not 2013, so maybe there is still some sort of version mismatch going on?).

Thank you for answering!

fail_MEI

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

No branches or pull requests

1 participant