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.

Installing packages in the Python tool again and again

fardeen9983
8 - Asteroid

I have a simple macro with a python tool with code to use a package 'pycrypto' for cryptographic use case.

I want to know if the package will be installed again and again on each run of the macro? The macro is used in another iterative macro so performance is imperative. 

 

Thank you for your support

2 REPLIES 2
randreag
11 - Bolide

hi @fardeen9983 

 

Yes it will try to install the package againg if you have the line in the code 

You just need to install it once and then removed the line

 

I hope it helps

 

 

 

fardeen9983
8 - Asteroid

I will be running the python module inside an iterative macro and I am not sure if it is possible to remove the code from running iterations.

Labels
Top Solution Authors