-
Notifications
You must be signed in to change notification settings - Fork 415
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
[Bug] ImportError: cannot import name '_mul_broadcast_shape' from 'gpytorch.utils.broadcasting' #1370
Comments
cornellius-gp/gpytorch#2027 removed |
Apologies for this issue. This applies to the latest release only, on the main branch the GPyTorch version has been pinned. Two options for you in the short term:
The changes to adjust for the GPyTorch ones have been made in #1363; my plan is to merge this in early next week. |
@Balandat Thanks for the comment! I'll add |
I'll leave this open for visibility until a new version has been released. |
New release is out: https://github.com/pytorch/botorch/releases/tag/v0.7.0 |
Hi @Balandat ! Still running into this issue when trying to use AX in hydra. :( Would it be possible to update the version pins there? Best, |
@classner The version pins in Hydra you mean? FWIW, the Ax Hydra plugin is something that was not done by us (and we haven't been maintaining it), so not surprised that this may have issues. But if you have a repro for how this fails, I'm happy to take a look and see what I can do. |
🐛 Bug
To reproduce
** Code snippet to reproduce **
docker run --rm python:3.8 bash -c "pip install botorch && python -c 'import botorch'"
** Stack trace/error message **
Expected Behavior
import botorch
should succeed.System information
Please complete the following information:
Additional context
Add any other context about the problem here.
pip installation log
The text was updated successfully, but these errors were encountered: