Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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