How to install a Python library in Alteryx
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
- Developer
- Developer Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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-...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No need to download I wrote the library, just want to import or install it in Alteryx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, I'm following this article but I couldn't find a solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hey @Istwineres
So you can do the same thing, just import the library from the local path!
Hope this helps,
TheOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm not able to perform the import, I've the __init__.py and the launcher.py
