-
Notifications
You must be signed in to change notification settings - Fork 107
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
ModuleNotFoundError: No module named 'blackjax.optimizers' #223
Comments
Same error! Versions: |
Can you try with blackjax 0.8.0 ? @junpenglao |
I'm getting the same error with the following code
|
This should be solved in 0.8.2 ! |
This is really strange, I'll try to reproduce it locally. I'll also include |
Bug Description
I am trying to use blackjax in colab. Yesterday, it was working fine. Now, when I try to import blackjax, I get the following error: ModuleNotFoundError: No module named 'blackjax.optimizers'
Steps/Code to Reproduce
Expected Results
No error messages, and blackjax loads.
Actual Results
ModuleNotFoundError: No module named 'blackjax.optimizers'
Versions
Python 3.7.13 (default, Apr 24 2022, 01:04:09)
[GCC 7.5.0]
Jax 0.3.8
Jaxlib 0.3.7
The text was updated successfully, but these errors were encountered: