Hi I was trying to install a python package pyBAMM which will be required for an online course that will start in coming weeks. But when I try to install through Anaconda navigator or through terminal commands it says package not found from current channels. Though I have added conda forge channel. Though one thing i noticed in thier Git hub page its written that PyBaMM is available on GNU/Linux, MacOS and Windows. But in their conda page under files tab there is not file for windows. Can you help how to install pybamm package. I will be running it in jupyter notebook only. pyBAMM files tab screenshot. Error description in anaconda prompt
PyBaMM is now available as a conda package through the conda-forge channel on Windows, macOS, and Linux.
You can install it by using
conda install -c conda-forge pybamm
If you face any issues, please feel free to create a new issue in the repository here.