Hello
I tried to use the following python code to install a new packages in Alteryx.
- from ayx import Package
- Package.installPackages(package = "pulp")
On running above code in Altyerx's Jupyter notebook, I got error messages as captured in the screenshot. Any good idea how I should resolve this issue? The error message said using "--user" option, I am not sure what it means.
Appreciate if someone can help. Thanks a lot
