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

ERROR : cannot read files made with the Python module before version 0.8.7 #232

Open
indebetouw opened this issue May 16, 2023 · 1 comment

Comments

@indebetouw
Copy link

linux RHEL8 install from git;
In [16]: hyperion.version
Out[16]: '0.1.dev1628+g7cae6d0.d20230516'

so it makes sense that
setup_rt.f90:: if(python_version < version('0.8.7'))
is complaining, but is it ok to just change that version number in the fortran, recompile and move on, or do I have a mismatch between the python module and submodule somehow?

thank you

@indebetouw
Copy link
Author

FWIW disabling that check seems to have "worked", at least a model is created. I will do some validation against the release.

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