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
18 - Pollux

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