Closed ChristophBg closed 1 year ago
Unfortunately I think your installs are a little messed up: pymc no longer depends on aesara
(It uses pytensor
), and bambi 0.9.3 was the last version to use the aesara
version of pymc
.
Can you double check that the bambi version where you get that error is actually 0.10.0? Or perhaps create a new environment with upgraded versions of everything?
thanks for the quick reply! That was indeed my problem, I updated pymc and pytensor based on the dependencies list (https://github.com/bambinos/bambi/blob/main/pyproject.toml) and now I can import bambi without issues. Many thanks!
Hello Bambi team, I have following issue: When I import bambi, I get following error:
The package versions I use are: aesara 2.8.12 py39hb4c90a2_2 conda-forge aesara-base 2.8.12 py39h6e9494a_2 conda-forge aesara-nightly 2.9.1.post9 pypi_0 pypi bambi 0.10.0 pypi_0 pypi pymc 5.0.2 hd8ed1ab_0 conda-forge pymc-base 5.0.2 pyhd8ed1ab_0 conda-forge
(I tried using aesara-nightly instead but got the same error).
on a Mac OS 12.7
I read that nnet is/ should be deprecated in apsara (https://github.com/aesara-devs/aesara/issues/674), so I am not sure why I am getting this error.
Your help is much appreciated!