I have tried:
from ayx import Package
Package.InstallPackages("pycaret")
I get these errors:
Info: Python (2): ERROR: Could not build wheels for bottleneck which use PEP 517 and cannot be installed directly
CalledProcessError: Command '['c:\\program files\\alteryx\\bin\\miniconda3\\envs\\jupytertool_venv\\python.exe', '-m', 'pip', 'install', 'pycaret']' returned non-zero exit status 1.¶
I cant see that I do anything wrong and I am following a guide...
Have you tried installing via command line?