error running the sample function #322
-
Hi all, I am doing the "HSSM model with regression: Case 1: One parameter is a Regression Target" part of the main tutorial and run into an error when running the .sample function. AttributeError: module 'jax.numpy' has no attribute 'product This is the code I copied:
When running:
I get the following error message:Traceback (most recent call last):
Does anyone know what causes this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, It could be that lower versions of PyMC are not compatible with higher versions of Jax. Can you try downgrading Jax and Jaxlib? Thanks! |
Beta Was this translation helpful? Give feedback.
Hi,
It could be that lower versions of PyMC are not compatible with higher versions of Jax. Can you try downgrading Jax and Jaxlib?
Thanks!
Paul