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
BHKReddy
Level II

Python Access Issue while installing Packages

Hello JMP Community,

 

Recently started using JMP and tried to access the Python and while installing the python packages, I am getting error like below.

Any support in resolving the below error is much appreciated. Refer below image along with code used and error.

 

Thank you

 

 

image.png

 

 

10 REPLIES 10

Re: Python Access Issue while installing Packages

Try installing the package via Windows Command Line using trusted-host. 

 

"C:\Program Files\JMP\<JMPPRO|JMP>\<version#>\jmp_python.exe" -m pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --user <module name>

 

E.G., installing numpy within JMP Pro. "C:\Program Files\JMP\JMPPRO\18\jmp_python.exe" -m pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --user numpy

 

Caution: note that this is insecure and can lead to other issues. The error occurs when attempting to access a package repository behind corporate firewalls. Please evaluate with your IT department before considering this as a solution.

Recommended Articles