I'm having issues running importing the Python libraries in Alteryx. What should I do to install modules like pystac and fsspec?
Hi, you might want to take a look at this article:
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.
Hi, @patricklshan
you need the install code line at first like: (run alteryx designer as administrator)
Package.installPackages(['pystac','fsspec'])
Tried it and still doesn't work