<?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 IDE - Thonny - cant import Meraki in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406987#M1419</link>
    <description>&lt;P&gt;Thank you.  I am downloading Pycharm now. &lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 19:16:26 GMT</pubDate>
    <dc:creator>What In the</dc:creator>
    <dc:date>2024-02-19T19:16:26Z</dc:date>
    <item>
      <title>Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406983#M1415</link>
      <description>&lt;P&gt;I am trying to use Thonny to edit/create python scripts to learn.&lt;/P&gt;&lt;P&gt;I have Thonny installed, but I cant seem to import Meraki info.&lt;/P&gt;&lt;P&gt;I have tried&lt;/P&gt;&lt;P&gt;import meraki&lt;/P&gt;&lt;P&gt;ModuleNotFoundError: No module named 'meraki'&lt;/P&gt;&lt;P&gt;I have the Dashboard API library installed (1.42.0) via the GUI manage packages and searching for Metraki.  do I need to install anything else?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 17:56:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406983#M1415</guid>
      <dc:creator>What In the</dc:creator>
      <dc:date>2024-02-19T17:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406984#M1416</link>
      <description>&lt;P&gt;I don't know this one, but make sure that Python is using the same Python environment where the meraki module is installed. You can also try installing the library with command pip install meraki.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 18:19:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406984#M1416</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2024-02-19T18:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406985#M1417</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I see in the Thonny info that &lt;/P&gt;&lt;P&gt;"Target:&lt;BR /&gt;This dialog lists all available packages, but allows upgrading and uninstalling only packages from"&lt;/P&gt;&lt;P&gt;and points to&lt;/P&gt;&lt;P&gt;C:\Users\username\AppData\Roaming\Python\Python310\site-packages&lt;/P&gt;&lt;P&gt; the Meraki API and SDK are in that dir.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 18:55:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406985#M1417</guid>
      <dc:creator>What In the</dc:creator>
      <dc:date>2024-02-19T18:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406986#M1418</link>
      <description>&lt;P&gt;Well, what I advise is to contact Thonny support, this problem is not related to Meraki. You can also use the free version of Pycharm, they have very extensive documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 19:12:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406986#M1418</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2024-02-19T19:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406987#M1419</link>
      <description>&lt;P&gt;Thank you.  I am downloading Pycharm now. &lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 19:16:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406987#M1419</guid>
      <dc:creator>What In the</dc:creator>
      <dc:date>2024-02-19T19:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406988#M1420</link>
      <description>&lt;P&gt;Have you installed the Meraki SDK?&lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;pip3 install -U meraki&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Feb 2024 19:48:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406988#M1420</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-02-19T19:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406989#M1421</link>
      <description>&lt;P&gt;Thank you both.&lt;/P&gt;&lt;P&gt;SOOOOO.&lt;/P&gt;&lt;P&gt;To install the Meraki API on Thonny&lt;/P&gt;&lt;P&gt;From the "Tools" menu select "Open system shell...". You should get a new terminal window stating the correct name of the pip command (usually pip or pip3).&lt;/P&gt;&lt;P&gt;Then run "pip3 install -U meraki"&lt;/P&gt;&lt;P&gt;Now on to look at the next set of errors  &lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 20:09:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406989#M1421</guid>
      <dc:creator>What In the</dc:creator>
      <dc:date>2024-02-19T20:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406990#M1422</link>
      <description>&lt;P&gt;You can use Wing IDE Personal, too. It is also free.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 19:02:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406990#M1422</guid>
      <dc:creator>CBurkhead</dc:creator>
      <dc:date>2024-02-29T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Python IDE - Thonny - cant import Meraki</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406991#M1423</link>
      <description>&lt;P&gt;Make sure you are in the right section. Under Tools-&amp;gt;manage Packages and search for Meraki API. Then install&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 00:24:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-ide-thonny-cant-import-meraki/m-p/5406991#M1423</guid>
      <dc:creator>amabt</dc:creator>
      <dc:date>2024-04-23T00:24:01Z</dc:date>
    </item>
  </channel>
</rss>

