Closed 152334H closed 2 weeks ago
Hi, thanks for the ping - we're aware of the issue and fixed it in https://github.com/google/vizier/commit/fa018db4715de9036f5db17e293df00955555e6d
But haven't updated the pip package yet. For now, you can install google-vizier from main using our nightly variant: https://pypi.org/project/google-vizier-dev/#history
e.g. pip install google-vizier-dev==0.1.18.dev20241021163849
this is bad because 0.11.3 immediately breaks a basic import:
also,
equinox==0.11.8
should probably be used instead. see release notes on jax 0.4.33 breaking (vizier installsjax==0.4.35
)