Sunode on Mac ARM64: PackagesNotFoundError . Work around?

I there any plan to make a version of sunode available for Mac ARM64 ? Or is there a workaround that I am not seeing?

According to this issue: Installing sunode on Apple Silicon via Conda? · Issue #46 · pymc-devs/sunode · GitHub There are plans to resolve this. In the meantime, I was able to get it working, just be sure to install sundials 5.8 (e.g. conda install "sundials=5.8.0" ) and then you can do :

git clone https://github.com/pymc-devs/sunode
cd sunode
pip install -e 

I had already installed numba, pymc , seaborn and others to this environment before doing the above. YMMV :slight_smile:

1 Like