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

Cannot install latest version of Grape #49

Open
13bmartens opened this issue Jul 13, 2023 · 9 comments
Open

Cannot install latest version of Grape #49

13bmartens opened this issue Jul 13, 2023 · 9 comments

Comments

@13bmartens
Copy link

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!

@LucaCappelletti94
Copy link
Member

It is possible we have not made any recent Windows version as none of us works on Windows, @zommiommy is this correct?

@13bmartens
Copy link
Author

13bmartens commented Jul 13, 2023

I tried installing on MacOs where this worked without issue.
A newer windows version would be amazing!

@LucaCappelletti94
Copy link
Member

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?

@zommiommy
Copy link
Collaborator

Yeah, my bad, I'll start a new compilation.

@13bmartens
Copy link
Author

Thank you @LucaCappelletti94 and @zommiommy!

@zommiommy
Copy link
Collaborator

After hours of compilation, we managed to finish the stack ahahah
image

As soon as I figure out how to increase the stack size on windows I'll restart the compilation, I hope to get it done for tomorrow

@13bmartens
Copy link
Author

Any updates on the stack size? 🚀

@zommiommy
Copy link
Collaborator

Hi! Yeah, I'm still working on it, sorry for the delay.

I've tried patching this manually but it still has problems:
20230719_080950.jpg

I hope to solve it soon!

@zommiommy
Copy link
Collaborator

Still working on it, after re-writing the whole compilation process to cross-compiling from linux, I get the same error.

image

For some reason it requires 6GB of stack, which is absurd.

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

3 participants