-
Notifications
You must be signed in to change notification settings - Fork 27
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
Lack of max python version in Summit 0.8.4 #198
Comments
Hi @marcosfelt, thanks for the answer!
Even more strange, after installing python39 package from AUR (so that now I have both interpreters, 3.10.6 and 3.9.13) I get the exact same error, so now I maybe have to try using virtualenv? |
Yes, you'll want to create a virtual environment:
|
Before reading your comment (tomorrow I'll try again using your comment), I did:
and I still have the same compatibility problem between the selected versions of BoTorch and GPyTorch:
Tomorrow I'll try with the instructions in your comment. |
I was reading quickly and missed the issue with BOtorch. It looks like this can be fixed by upgrading to Botorch 0.7.0. For now, manually install Botorch, and I'll try to get a new version of Summit pushed ASAP. |
And now PyTorch does support Python 3.10, since PyTorch 1.11. So the maximum version of Python could be removed, right? |
Just tried your instructions, and installing BoTorch 0.7.0 before installing Summit. |
Can you try one more thing: |
Amazing, installing the gpytorch 1.8.1 package solved the issue :D thanks!!!!!!! |
Okay perfect! The new version should be up as soon as the tests pass and the PR is merged.
Could you open a new issue for this please? :) |
Now available here: https://github.com/sustainable-processes/summit/releases/tag/0.8.7 |
Many thanks for the release :D
Yess :D here it is: #201 |
Description
I installed Summit via pip and the system installed 0.8.4 even if 0.8.6 is the latest release.
I suppose this happened due to the fact that in the sources of 0.8.4 there is no indication that Python 3.10 is not supported yet
summit/pyproject.toml
Line 14 in a1cecdd
while this is present in the sources of 0.8.5 and 0.8.6.
This caused the installation of incompatible versions of BoTorch and GPyTorch resulting in messages like this:
The incompatibility is mentioned here:
pytorch/botorch#1370
Adding a maximum Python version in the old Summit releases should fix.
Thanks for your work.
The text was updated successfully, but these errors were encountered: