How to Successfully install PyCaret on M1 Mac

Conda-forge provides an older version of PyCaret than PIP (2.3.10 vs. 3.0.2 as of June 1, 2023). You can install the latest version of PyCaret on M1 Mac by entering the following commands.

$ conda create -n yourenv python=3.10
$ conda activate yourenv
$ pip install pycaret

Leave a Reply

Your email address will not be published. Required fields are marked *