<?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: Which Python Version to use for pip install meraki in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443839#M6827</link>
    <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;sudo &lt;SPAN&gt;pip3 install pytube&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You don't usually need to use sudo when using this command.&lt;/P&gt;&lt;P&gt;Virtual env might be safer ...&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 11:07:22 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2024-08-20T11:07:22Z</dc:date>
    <item>
      <title>Which Python Version to use for pip install meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443833#M6821</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I have Python 3.12.3 on a Ubuntu 24.04  VM.&lt;/P&gt;&lt;P&gt;I would like to install pip3 but Ubuntu gives me an error.&lt;/P&gt;&lt;P&gt;The error is "externally-managed-environment"&lt;/P&gt;&lt;P&gt;It says if I do want to install it then I can risk instaling it with --break-system-packages&lt;/P&gt;&lt;P&gt;And then it gives the hint of "See PEP 668 for the detailed specification"&lt;/P&gt;&lt;P&gt;What must I do to fix this or which Python version does not gives this error.&lt;/P&gt;&lt;P&gt;Thanks in advance! &lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 06:38:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443833#M6821</guid>
      <dc:creator>oldenp</dc:creator>
      <dc:date>2024-08-18T06:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Which Python Version to use for pip install meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443834#M6822</link>
      <description>&lt;P&gt;Sounds like you may be using the system's Python, to avoid causing the system problems it discourages making changes.&lt;/P&gt;&lt;P&gt;I suggest use pyenv to create a separate Python environment under your control, and use that for your Meraki/other development. See...&lt;/P&gt;&lt;P&gt;&lt;A href="https://realpython.com/intro-to-pyenv/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://realpython.com/intro-to-pyenv/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...it has instructions for Ubuntu.&lt;/P&gt;&lt;P&gt;This is what I always do, I never use the system Python.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 19:45:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443834#M6822</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2024-08-18T19:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Which Python Version to use for pip install meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443835#M6823</link>
      <description>&lt;P&gt;Thanks so much bud! I really appreciate it! Have a great day!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 04:37:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443835#M6823</guid>
      <dc:creator>oldenp</dc:creator>
      <dc:date>2024-08-19T04:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which Python Version to use for pip install meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443836#M6824</link>
      <description>&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;sudo apt install python3-pip&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Aug 2024 11:37:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443836#M6824</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-08-19T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Which Python Version to use for pip install meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443837#M6825</link>
      <description>&lt;P&gt;Thanks Philip! I will try that!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 14:26:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443837#M6825</guid>
      <dc:creator>oldenp</dc:creator>
      <dc:date>2024-08-19T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which Python Version to use for pip install meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443838#M6826</link>
      <description>&lt;P&gt;Hi Phillip&lt;/P&gt;&lt;P&gt;I ran your command and the system told me that pip3 was already installed.&lt;/P&gt;&lt;P&gt;When I did a pip3 install pytube it still gives me an error.&lt;/P&gt;&lt;P&gt;I will have to try the virtual env&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 10:59:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443838#M6826</guid>
      <dc:creator>oldenp</dc:creator>
      <dc:date>2024-08-20T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Which Python Version to use for pip install meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443839#M6827</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;sudo &lt;SPAN&gt;pip3 install pytube&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You don't usually need to use sudo when using this command.&lt;/P&gt;&lt;P&gt;Virtual env might be safer ...&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 11:07:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/which-python-version-to-use-for-pip-install-meraki/m-p/5443839#M6827</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-08-20T11:07:22Z</dc:date>
    </item>
  </channel>
</rss>

