Hello.
Following the sunode installation instructions, the packages were installed within a new environment called “sunode-env”. I had to install pymc within this environment using:
conda install "pymc>=4"
that command installed pymc v5.0.2.
With the link you shared, I followed that one and it installs pymc to an environment called pymc_env. The pymc version in there when I type in conda list is v5.1.1.
How should I resolve this issue of two separate environments?