cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

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

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

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

Hi Jarmo. 
I try it. Thank you ! 

Ole

Recommended Articles