<?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 Setting proxy for pip in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1668872#M207555</link>
    <description>&lt;P&gt;I tried to set environment variable "http_proxy" and "https_proxy" on&amp;nbsp;i.MX Linux&amp;nbsp;&lt;EM&gt;v6.1.1_1.0.0, but I get this error when running pip:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ellaine_0-1686714771146.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227552i2BC396A947A9E720/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ellaine_0-1686714771146.png" alt="ellaine_0-1686714771146.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 11:26:10 GMT</pubDate>
    <dc:creator>moon_eye_cat</dc:creator>
    <dc:date>2023-06-14T11:26:10Z</dc:date>
    <item>
      <title>Setting proxy for pip</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1668872#M207555</link>
      <description>&lt;P&gt;I tried to set environment variable "http_proxy" and "https_proxy" on&amp;nbsp;i.MX Linux&amp;nbsp;&lt;EM&gt;v6.1.1_1.0.0, but I get this error when running pip:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ellaine_0-1686714771146.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227552i2BC396A947A9E720/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ellaine_0-1686714771146.png" alt="ellaine_0-1686714771146.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 11:26:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1668872#M207555</guid>
      <dc:creator>moon_eye_cat</dc:creator>
      <dc:date>2023-06-14T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setting proxy for pip</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1671277#M207737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your interest in NXP Semiconductor products&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Isn't opencv installed in the BSP already?&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@imx8mp-lpddr4-evk:~# python3
Python 3.10.6 (main, Aug  1 2022, 20:38:21) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
&amp;gt;&amp;gt;&amp;gt; import cv2
&amp;gt;&amp;gt;&amp;gt; print(cv2.__version__)
4.6.0
&amp;gt;&amp;gt;&amp;gt; quit()
root@imx8mp-lpddr4-evk:~#&lt;/LI-CODE&gt;
&lt;P&gt;Anyway, you could refer to this &lt;A href="https://stackoverflow.com/questions/49979354/python-pip-install-proxy-error-cannot-connect-to-proxy-oserror" target="_self"&gt;link&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 17:55:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1671277#M207737</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-06-16T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting proxy for pip</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1671388#M207746</link>
      <description>&lt;P&gt;No, it doesn't have opencv on imx93evk. I have tried your solution, but it still error.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 07:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1671388#M207746</guid>
      <dc:creator>moon_eye_cat</dc:creator>
      <dc:date>2023-06-17T07:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting proxy for pip</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1672805#M207879</link>
      <description>&lt;P&gt;Try downloading the full-image, is the one that includes OpenCV and its integration is at BSP level, all i.MX Platform have it.&lt;/P&gt;
&lt;P&gt;Additional:&lt;/P&gt;
&lt;P&gt;Try downloading another package, doesn't matter just another that openCV.&lt;/P&gt;
&lt;P&gt;Provide log for a ping.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 17:52:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1672805#M207879</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-06-20T17:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting proxy for pip</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1675541#M208099</link>
      <description>&lt;P&gt;This is the ping result:&lt;/P&gt;&lt;P&gt;ping &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;&lt;BR /&gt;PING &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; (172.217.163.36) 56(84) bytes of data.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 02:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1675541#M208099</guid>
      <dc:creator>moon_eye_cat</dc:creator>
      <dc:date>2023-06-26T02:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting proxy for pip</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1677202#M208240</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Excuse me, but could you provide feedback for:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Image Full deployment.&lt;/LI&gt;
&lt;LI&gt;Other package download.&lt;/LI&gt;
&lt;LI&gt;Ping complete results&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 18:35:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1677202#M208240</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-06-27T18:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting proxy for pip</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1677237#M208245</link>
      <description>&lt;P&gt;Deploy full image (OpenCV is included in every BSP)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PS C:\&amp;gt; uuu -b emmc_all C:\Downloads\LF_v6.1.22-2.0.0_images_IMX8MPEVK\imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evk C:\Downloads\LF_v6.1.22-2.0.0_images_IMX8MPEVK\imx-image-full-imx8mpevk.wic

1:16 8/ 8 [Done ] FB: done
1:3 1/ 1 [=================100%=================] sers\nxf93627\Downloads\LF_v6.1.22-2.0.0_images_IMX8MPEVK\imx-boot-imx8mp-lpddr4-evk-sd.bin-flash&lt;/LI-CODE&gt;
&lt;P&gt;Try the previous I sent.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@imx8mpevk:~# uname -r
6.1.22+g66e442bc7fdc
root@imx8mpevk:~# python3
Python 3.11.2 (main, Feb  7 2023, 13:52:42) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
&amp;gt;&amp;gt;&amp;gt; import cv2
&amp;gt;&amp;gt;&amp;gt; quit()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;For ping share complete results.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@imx8mpevk:~# ifconfig mlan0
mlan0: flags=-28605&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC&amp;gt;  mtu 1500
        inet 192.168.1.88  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 2806:103e:29:34f0:7266:55ff:fe9b:3b33  prefixlen 64  scopeid 0x0&amp;lt;global&amp;gt;
        inet6 fe80::7266:55ff:fe9b:3b33  prefixlen 64  scopeid 0x20&amp;lt;link&amp;gt;
        ether 70:66:55:9b:3b:33  txqueuelen 1000  (Ethernet)
        RX packets 46  bytes 9865 (9.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 61  bytes 9062 (8.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@imx8mpevk:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=126 ms
[  329.109403] wlan: SCAN COMPLETED: scanned AP count=11
64 bytes from 8.8.8.8: icmp_seq=2 ttl=118 time=23.5 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=118 time=44.9 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=118 time=68.8 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=118 time=9.26 ms
^C
--- 8.8.8.8 ping statistics ---&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 20:10:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-proxy-for-pip/m-p/1677237#M208245</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-06-27T20:10:03Z</dc:date>
    </item>
  </channel>
</rss>

