Dear development team,
Good day.
I installed PyMC4 via pip install pymc --pre.
But I faced error when import the pymc as shown in figure below:
Can anyone please help?
Thanks
Dear development team,
Good day.
I installed PyMC4 via pip install pymc --pre.
But I faced error when import the pymc as shown in figure below:
What version of aesara and scipy do you have installed?
Hi,
Aesara is v2.3.2 and scipy is v1.8.0
Thanks
I didn’t have a lot of time to test this, but use scipy==1.4.1 instead. It at least matches the requirements between pymc and aesara.