Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

PyCharm configuration for AlteryxPythonSDK

akrinsky
5 - Atom

I'm having trouble getting pycharm to recognize AlteryxPythonSDK.pyd and dll and therefore allowing type assist and compilation.

 

I've tried adding external paths to interpreter, putting these libraries in the minicondas dlls and lib\site-packages directories.

 

Any success out there?

10 REPLIES 10
cam_w
11 - Bolide

Hi @ca123456789 ,

 

Is this what you're looking for?

 

alteryx sdk intellisense.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I have PyCharm set up using the Alteryx Miniconda distro as the Project Interpreter for new projects, and then of course:

 

import AlteryxPythonSDK as sdk

 

Hope that helps!