Importing Python Libraries
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
patricklshan
6 - Meteoroid
‎04-19-2022
05:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm having issues running importing the Python libraries in Alteryx. What should I do to install modules like pystac and fsspec?
Labels:
- Labels:
- Developer
4 REPLIES 4
gabrielvilella
14 - Magnetar
‎04-19-2022
07:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, you might want to take a look at this article:
‎04-20-2022
04:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
‎04-20-2022
05:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @patricklshan
you need the install code line at first like: (run alteryx designer as administrator)
Package.installPackages(['pystac','fsspec'])
‎04-21-2022
03:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Tried it and still doesn't work