Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

RE: Intalling of new Python packages

tsnchan
7 - Meteor

Hello

 

I asked this question before, but somehow my follow up question was seemingly drown among huge amount of other queries. So I repost again.

 

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.

 

Some of you recommend to run in "admin". I actually have admin version installed on my machine, with the help from our IT guy. However, my machine do not have admin right. Does it mean I won't be able to import new package even I have the Alteryx admin version?

 

What about if I fall back to use non-admin version, will it work? Thanks

 

Appreciate if someone can help. Thanks a lot

 

Screenshot (23).png

2 REPLIES 2
saveeshkumar
9 - Comet

Hi @tsnchan ,

 

You don't have user privilege's to install python package.

could you please use below option to install again..

saveeshkumar_0-1646822586750.png

 

Thanks.

tsnchan
7 - Meteor

Thanks. i cannot run as adminstrator as I don't have admin right for my machine

Labels
Top Solution Authors