-
Notifications
You must be signed in to change notification settin 8000 gs - Fork 2
kage installation error #14
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
Comments
Hi! Thanks for asking. I think this might be related to numpy recently having released version 2.0.0, and we have unfortunately not specified that KAGE requires version 1. Could you try force installing Numpy version 1 and see if that solves the issue? I.e. run If that solves the issue, I'll release a fix when I'm back from vacation next week. |
It resolved in my part! |
I'm getting the same error, is there an update on this? |
Hi! I think force installing numpy less than version 2 should solve this issue. I've pushed an update to the kage-genotyper pip package now that solves this (so a force install of kage-genotyper==2.0.7) should also fix it. |
I install kage via
pip3
which works fine:However, when I try to run it I get:
The text was updated successfully, but these errors were encountered: