-
Notifications
You must be signed in to change notification settings - Fork 39
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
Cannot install latest version of Grape #49
Comments
It is possible we have not made any recent Windows version as none of us works on Windows, @zommiommy is this correct? |
I tried installing on MacOs where this worked without issue. |
The general issue is that compiling for windows takes several hours for some unfortunate reasons that we are still trying to understand, that is why we tend to end up not doing it. @zommiommy can you start the compile for this version? |
Yeah, my bad, I'll start a new compilation. |
Thank you @LucaCappelletti94 and @zommiommy! |
Any updates on the stack size? 🚀 |
Trying to install grape version 0.2.2 causes an error:
System: Windows 10, 64bit, Intel
Python Version 3.11
pip install --no-cache-dir grape==0.2.2
ERROR: Could not find a version that satisfies the requirement ensmallen>=0.8.64 (from grape) (from versions: 0.0.1, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.7.0.dev19, 0.8.0, 0.8.1, 0.8.2, 0.8.25, 0.8.26, 0.8.27, 0.8.28, 0.8.29, 0.8.36, 0.8.42, 0.8.43, 0.8.44)
ERROR: No matching distribution found for ensmallen>=0.8.64
Any input if I am doing something wrong here?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: