I created a environment, and install pycaret package like this.
conda create -n env_pycaret python=3.9.12 pip ipykernel
conda activate env_pycaret
and install from conda with command following. It's run for longtime, I don't see it stop.
conda install -c conda-forge pycaret
If I use pip, a lot of packages are conflicted.
pip install pycaret
I don't know how to install correctly. Please help me. Thank you!