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.

Importing Python Libraries

patricklshan
6 - Meteoroid

I'm having issues running importing the Python libraries in Alteryx. What should I do to install modules like pystac and fsspec?

4 REPLIES 4
gabrielvilella
14 - Magnetar
patricklshan
6 - Meteoroid

I'm having additional issues. When I run the code to install packages, I'm getting an error message 

Command '['c:\\program files\\alteryx\\bin\\miniconda3\\envs\\jupytertool_venv\\python.exe', '-m', 'pip', 'install', 'logger']' returned non-zero exit status 1.

 

flying008
15 - Aurora

Hi, @patricklshan 

 

you need the install code line at first like: (run alteryx designer as administrator)

Package.installPackages(['pystac','fsspec'])

 

patricklshan
6 - Meteoroid

Tried it and still doesn't work

Labels
Top Solution Authors