Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

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