We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

error with importing python libraries in to alteryx designer

Kalyan22
5 - Atom

Hi Team,

 

when I am trying to import python libraries in to Alteryx designer by writing command in Alteryx by using Python tool, getting below error. Please suggest me here how to import?

 

Kalyan22_0-1713263603101.png

 

1 REPLY 1
apathetichell
20 - Arcturus

Package.InstallPackages is one of the two preferrred ways to import packages into Python. the other is doing it via the CLI.  I would not recommend triggering pip via subprocess.

Labels
Top Solution Authors