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.

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