<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python Access Issue while installing Packages in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880848#M104461</link>
    <description>&lt;P&gt;Thank you both&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7172"&gt;@Paul_Nelson&lt;/a&gt;&amp;nbsp;for the prompt response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using JMP version 18.2.1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried both options suggested above and still it shows similar error i guess or is it corrected?. Pls. refer below screen shot of the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BHKReddy_1-1750657429876.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77192iDEEA4F1FA7BEE3FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BHKReddy_1-1750657429876.png" alt="BHKReddy_1-1750657429876.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 05:44:20 GMT</pubDate>
    <dc:creator>BHKReddy</dc:creator>
    <dc:date>2025-06-23T05:44:20Z</dc:date>
    <item>
      <title>Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880647#M104435</link>
      <description>&lt;P&gt;Hello JMP Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Recently started using JMP and tried to access the Python and while installing the python packages, I am getting error like below.&lt;/P&gt;
&lt;P&gt;Any support in resolving the below error is much appreciated. Refer below image along with code used and error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 796px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77101i70163901B41014F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 09:24:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880647#M104435</guid>
      <dc:creator>BHKReddy</dc:creator>
      <dc:date>2025-06-20T09:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880679#M104437</link>
      <description>&lt;P&gt;Have you tried updating pip JMP is using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example from scripting index&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;import jmp

import jmputils
# update to latest version of pip and setuptools then install numpy &amp;amp; pandas
jmputils.jpip('install --upgrade', 'pip setuptools')
jmputils.jpip('install', 'numpy')
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jun 2025 11:54:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880679#M104437</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-20T11:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880811#M104459</link>
      <description>&lt;P&gt;I would also add the packager&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;certifi&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;to the list of packages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;jmputils.jpip('install --upgrade', 'pip setuptools certifi')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of JMP are you running?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2025 22:33:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880811#M104459</guid>
      <dc:creator>Paul_Nelson</dc:creator>
      <dc:date>2025-06-21T22:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880848#M104461</link>
      <description>&lt;P&gt;Thank you both&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7172"&gt;@Paul_Nelson&lt;/a&gt;&amp;nbsp;for the prompt response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using JMP version 18.2.1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried both options suggested above and still it shows similar error i guess or is it corrected?. Pls. refer below screen shot of the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BHKReddy_1-1750657429876.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77192iDEEA4F1FA7BEE3FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BHKReddy_1-1750657429876.png" alt="BHKReddy_1-1750657429876.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 05:44:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880848#M104461</guid>
      <dc:creator>BHKReddy</dc:creator>
      <dc:date>2025-06-23T05:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880849#M104462</link>
      <description>&lt;P&gt;Are you able to run pip outside of JMP? Could you possibly have some settings made by company IT to prevent accessing the hosts required by pip (firewall rules/network configuration)?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 05:41:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880849#M104462</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-23T05:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880862#M104464</link>
      <description>&lt;P&gt;Make sure you are able to access this site:&amp;nbsp;&lt;A href="https://pypi.org/simple/pip/" target="_blank"&gt;https://pypi.org/simple/pip/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That seems to be the issue from the error message.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 05:52:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880862#M104464</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2025-06-23T05:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880922#M104474</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;Yes, it appears internal Firewall is blocking to download the tools. So, I had discussion with IT team, for which IT mentioned to have list of sites which can be whitelisted as part security clearance with any SOP from vendor side. IT team mentioned to get the things from JMP like any kind of SOP for security clearance which contains list of sites to be cleared for usage. I am not sure how I can get this as Python uses extensive list of packages. So any advice or suggestions further? or should connect with JMP Tech support team on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9802"&gt;@Mark_Zwald&lt;/a&gt;&amp;nbsp;I am able to access the link&amp;nbsp;&lt;A href="https://pypi.org/simple/pip/" target="_blank"&gt;https://pypi.org/simple/pip/&lt;/A&gt;&amp;nbsp;in web browser but when I tried to open and download tar file it is showing internal IT blocking msg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BHKReddy_0-1750676770103.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77206iBF466225BDB5D79A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BHKReddy_0-1750676770103.png" alt="BHKReddy_0-1750676770103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 11:09:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/880922#M104474</guid>
      <dc:creator>BHKReddy</dc:creator>
      <dc:date>2025-06-23T11:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/881090#M104498</link>
      <description>&lt;P&gt;I think that is something you will have to solve with your IT. You can of course contact JMP Support and see if they can provide any assistance with this, but I don't think they can do really that much. JMP just comes with specific Python version installed and most likely security checks have been done on that version and the packages it comes with. And jpip is just a wrapper for pip.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you handling Python packages overall at your company? You just don't use Python if it requires external packages? There are many ways you can go with this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Check the Python codes yourself and manage your own package repo which you can take responsibility of (and hope IT agrees to this)&lt;/LI&gt;
&lt;LI&gt;Use Python packages which have been verified by someone else. For example, I think Anaconda's paid solution (Business) could be used for this, but it could require some extra work to get working with JMP&lt;/LI&gt;
&lt;LI&gt;Giving access to required paths package by package&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 24 Jun 2025 05:18:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/881090#M104498</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-24T05:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/881265#M104523</link>
      <description>&lt;P&gt;Anaconda is not going to work, they compile their modules differently with respect to library relative paths. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pypi.org/" target="_blank"&gt;https://pypi.org/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would be the most prominent site to ensure you have access via pip. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a proxy server in the way, you may also need to have your corporate SSL certificates installed where Python can find them. &amp;nbsp;Many companies proxy servers use local certificates and unencrypt your SSL connection between your machine and the proxy to inspect the http traffic then use their certificates to reencrypt to the site. &amp;nbsp;Corporate man-in-the-middle. &amp;nbsp;This may also be causing issues especially if the corporate certificates are self-signed rather than purchased. &amp;nbsp;Hence not being able to validate a certificate chain.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can't install packages from the command line ( say you have installed Python 3.11.x and just use pip ), the JMP won't have any better luck. &amp;nbsp;JMP's jpip is just a wrapper over Python's pip to ensure that installed packages go into JMP's isolated environment. &amp;nbsp;If they don't prevent flash drive usage, you could create your own site-packages directory on another machine say home computer using Python 3.11.x for JMP 18, or 3.13.x for JMP 19EA. &amp;nbsp;Then replace your %APPDATA%\JMP\JMP\...\site-packages directory with the one you have created. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is also the way to 'cheat your way' to virtual environments for JMP 18 and 19. &amp;nbsp;Swap between saved site-packages directories and restart JMP.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 00:48:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/881265#M104523</guid>
      <dc:creator>Paul_Nelson</dc:creator>
      <dc:date>2025-06-25T00:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/883808#M104787</link>
      <description>&lt;P&gt;In my case, I was getting the same error code and the issue was similar to what Paul_Nelson described.&amp;nbsp; I needed to get a Zscaler (corporate IT security program) certificate and add it to the cert file being used by the JMP Python installation.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.zscaler.com/zia/adding-custom-certificate-application-specific-trust-store" target="_blank"&gt;Adding Custom Certificate to an Application-Specific Trust Store | Zscaler&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 00:43:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/883808#M104787</guid>
      <dc:creator>cgoggin</dc:creator>
      <dc:date>2025-07-08T00:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python Access Issue while installing Packages</title>
      <link>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/884332#M104820</link>
      <description>&lt;P&gt;Try&amp;nbsp;installing the package via Windows Command Line using&amp;nbsp;trusted-host.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"C:\Program Files\JMP\&amp;lt;JMPPRO|JMP&amp;gt;\&amp;lt;version#&amp;gt;\jmp_python.exe" -m pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --user &amp;lt;module name&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Caution:&amp;nbsp;&lt;STRONG&gt;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.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 11:55:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Python-Access-Issue-while-installing-Packages/m-p/884332#M104820</guid>
      <dc:creator>Dahlia_Watkins</dc:creator>
      <dc:date>2025-07-09T11:55:32Z</dc:date>
    </item>
  </channel>
</rss>

