Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to install a Python library in Alteryx

Istwineres
8 - Asteroid

Hi all, i'm trying to install a locally saved library into Alteryx but as far as I read I need admin access, is there a work around to this? Many thanks

6 REPLIES 6
ArtApa
Alteryx
Alteryx

Hi @Istwineres - Here is a link, but you still may need to start Designer with administrator rights if the installation folder does not allow write access to a standard account, like for an admin version for example: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/How-To-Use-Alteryx-installPackages-... 

TheOC
15 - Aurora
15 - Aurora

hey @Istwineres ,
If you're able to download on your machine, you can download the library you need to use, and them import it from path. Heres a source on that, if it helps:
https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path


Hope this helps,
TheOC


Bulien
Istwineres
8 - Asteroid

No need to download I wrote the library, just want to import or install it in Alteryx

Istwineres
8 - Asteroid

Yes, I'm following this article but I couldn't find a solution

TheOC
15 - Aurora
15 - Aurora

hey @Istwineres 
So you can do the same thing, just import the library from the local path!


Hope this helps,
TheOC


Bulien
Istwineres
8 - Asteroid

I'm not able to perform the import, I've the __init__.py and the launcher.py

Labels