cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
OleLuehn
Level I

JMP 18 Python pip install azure-kusto-data

Hi there. 
I have a script in JMP 17 which worked pretty well - and now by changing to JMP 18 I get an error. 

 

the log says the following.

Traceback (most recent call last):
File "<string>", line 7, in <module>
ModuleNotFoundError: No module named 'azure'

 

I use microsoft azure to prepare data evaluations and transfer it via python to JMP.

In the 17 version I needed to install a connection / kustoClient like this

 

azure-kusto-data · PyPI

pip install azure-kusto-data 

 

How do I get this into the folder in JMP where the python package is set?

From the log I understand that the python 18 is not finding the azure "add-in" in the pyhton folder under JMP, while this

azure-kusto-data is install already on the python folder / not the one in JMP.

 

Maybe @Paul Nelson knows? 

 

 

2 ACCEPTED SOLUTIONS

Accepted Solutions
jthi
Super User

Re: JMP 18 Python pip install azure-kusto-data

JMP18 uses its own Python installation and you need to install the python packages separately for it. This help page should contain the information you need https://www.jmp.com/support/help/en/18.0/#page/jmp/install-a-python-package.shtml# (you need to use jpip).

-Jarmo

View solution in original post

OleLuehn
Level I

Re: JMP 18 Python pip install azure-kusto-data

Hi Jarmo. 
I try it. Thank you ! 

Ole

View solution in original post

2 REPLIES 2
jthi
Super User

Re: JMP 18 Python pip install azure-kusto-data

JMP18 uses its own Python installation and you need to install the python packages separately for it. This help page should contain the information you need https://www.jmp.com/support/help/en/18.0/#page/jmp/install-a-python-package.shtml# (you need to use jpip).

-Jarmo
OleLuehn
Level I

Re: JMP 18 Python pip install azure-kusto-data

Hi Jarmo. 
I try it. Thank you ! 

Ole