-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add windows build back #461
Comments
Hello, is there any update on this issue? I can't get emukit installed on my Windows machine. |
Thanks for the bump! Would you mind sharing the error you get? |
Thanks for your reply! Sure, here is the output I get after running pip install emukit:
So if I understand the output correctly this is the error:
Any recommendations are greatly appreciated. Thanks in advance! |
Thanks, we'll have a look. Can't promise any specific timeline for the fix though. General recommendation is to see if other people faced same problem. It is clear that the problem isn't emukit but matplotlib. So it's always worth searching internet for the error text. For example, here are top two links (out of many) I found, which may or may not help you too: |
An update here: fixes probably won't help. Apparently GPy (our dependency) hardcodes certain mpl version. To unblock yourself, consider pulling the branch behind the above PR or, once it's merged, main. We will also look into releasing new version into pip soon. |
The fix was released as in 0.4.11. Thanks again, hopefully it works for on your machine now @RedLenco |
After bumping python version in #460 build on windows started failing. Error message:
Definitely want to keep supporting windows, so we need to figure out what's going on
The text was updated successfully, but these errors were encountered: