Hi Team,
Hope you are well.
I need help . I am trying to install a library called "Pycaret" . It's giving me the below error. Can you please let me know what could be the reason?
Thanks for the help,
Regards,
Sri
@sriniprad08 that seems a little strange, I have attached a workflow which works on my PC:
Hey @sriniprad08,
Try installing it like this:
from ayx import Alteryx Alteryx.installPackages(package='pycaret', install_type="install --user")
Good blog explaining this here:
How To: Use Alteryx.installPackages() in Python to... - Alteryx Community
Hi @IraWatt
thank you so much . I am getting the below error . Can you please let me know if i am missing anything.
Thanks,
@sriniprad08 looking at your python output I would check this directory: C:\Users\<your user>\AppData\Roaming\Python has a Python38\scripts file as it seems to be complaining about that.
Hi @IraWatt ,
Thank you so much. Really appreciate your time and help. It seems i need admin rights to install these packages as i am working on my office machine.
Have a nice day,
Cheers,