Open MarkusStefan opened 8 months ago
Even i am getting the issue, looking for the solution for it
Installing an older version of numpyro resolved my issue !pip numpyro == 0.13.2
I had the same problem and 0.13.2 version of numpyro was not working for me so I used the following command to install numpyro while installing mmm, matplotlib etc:
!pip install numpyro==0.13.1
I am also facing the same problem. Appreciate if anyone has solution for this. Thanks
just install an older version of numpyro as stated in the comments above
When i install an older version of numpyro, I have following issues with import . Any idea how to solve this?
ModuleNotFoundError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_12544\2990551649.py in
~\Anaconda3\envs\python3\lib\site-packages\lightweight_mmm\preprocessing.py in
~\Anaconda3\envs\python3\lib\site-packages\lightweight_mmm\core\core_utils.py in
~\Anaconda3\envs\python3\lib\site-packages\numpyro__init__.py in
~\Anaconda3\envs\python3\lib\site-packages\numpyro\infer__init__.py in
~\Anaconda3\envs\python3\lib\site-packages\numpyro\infer\elbo.py in
~\Anaconda3\envs\python3\lib\site-packages\numpyro\ops\provenance.py in
ModuleNotFoundError: No module named 'jax.extend.linear_util'
install an older version of jax. 'jax.extend.linear_util' was removed in jax after 0.4.23 (currently in 0.4.25)
Sorry for the breakage. Could you try
pip install --upgrade git+https://github.com/google/lightweight_mmm.git
TypeError Traceback (most recent call last)