Pymc installation issue

pymc was imported successfully. I was able to set up and sample a simple toy model. Model setup took a long time, but actual sampling seems reasonable (time-wise).

I got this warning but since I’m using python 3.9 it should be benign:

C:\Users\kuvychko\Anaconda3\envs\pymc_py39\lib\site-packages\pymc\aesaraf.py:1005: UserWarning: The parameter 'updates' of aesara.function() expects an OrderedDict, got <class 'dict'>. Using a standard dictionary here results in non-deterministic behavior. You should use an OrderedDict if you are using Python 2.7 (collections.OrderedDict for older python), or use a list of (shared, update) pairs.