-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
rethinking chpater5 notebook: 5.34 ValueError: shape mismatch: objects cannot be broadcast to a single shape. #231
Comments
Can you try running this with the most recent version of PyMC (v5)? |
Hello! I have tried the most recent version PyMC (v5). This time, I bumped into another error in an earlier cell so I am not sure if that would fix 5.34
Last but not least, this is my computer setting: |
I am using chapter 5 notebook. Everything worked until 5.34. which returned this error. Has anyone seen this before?
I use WIndow11, anaconda, pymc v4, installed via yaml file for v4
I have also registered this environment as the new kernel with the following command
python -m ipykernel install --user --name stat-rethink2-pymc3_4 --display-name "Python 3.10 (stat-rethink2-pymc3_4)"
Note that I have tried v3 version but it would return AttributeError: module 'numpy' has no attribute 'bool' when importing pymc3
That is why I continoue the rest of the cells with pymc v4.
Below is the problem cell I have and the returned error message.
The text was updated successfully, but these errors were encountered: