-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support python >3.11 #12
Comments
Hello @vkkodali. It appears this is due to Numba, a dependency of OMAmer, not being yet compatible with Python 3.11. It should be fixed with the release of the version 0.57 of Numba. (see numba/numba#8304 for more details). |
Thank you @YanNevers |
Now compatible with Python 3.11. |
I am getting the following error when I try to install using the PyPI package:
Is there anything specific that requires the python version to be <3.11? Can the requirements be amended to include python versions above 3.11 as well?
The text was updated successfully, but these errors were encountered: