<?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: No module named 'hubspot.crm' error when using 'from hubspot.crm.deals import ...' in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/501386#M47209</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/193060"&gt;@JBeatty&lt;/a&gt; , could you lend a hand here?&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 18:59:04 GMT</pubDate>
    <dc:creator>dennisedson</dc:creator>
    <dc:date>2021-09-27T18:59:04Z</dc:date>
    <item>
      <title>No module named 'hubspot.crm' error when using 'from hubspot.crm.deals import ...'</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/501180#M47185</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to use Hubspot's newest API and I really would like some help. I have a Cloud Function (python) on Google Cloud Platform where I run the following code (to test):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;def&lt;/SPAN&gt;&lt;SPAN&gt; hello_world(request):&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; hubspot&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; hubspot.crm.deals &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; BatchInputSimplePublicObjectBatchInput&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;'Success'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;And I get the following error: &lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; hubspot.crm.deals &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; BatchInputSimplePublicObjectBatchInput&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P class="p1"&gt;ModuleNotFoundError: No module named 'hubspot.crm'&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;The installed packages are&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;hubspot&lt;BR /&gt;simplejson&lt;BR /&gt;requests&lt;BR /&gt;delorean&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Do I need to install an extra package? Thanks for your help!&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Sep 2021 13:56:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/501180#M47185</guid>
      <dc:creator>WSuren</dc:creator>
      <dc:date>2021-09-27T13:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'hubspot.crm' error when using 'from hubspot.crm.deals import ...'</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/501386#M47209</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/193060"&gt;@JBeatty&lt;/a&gt; , could you lend a hand here?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 18:59:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/501386#M47209</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-09-27T18:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'hubspot.crm' error when using 'from hubspot.crm.deals import ...'</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/539469#M49338</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt; , &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/215397"&gt;@WSuren&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might want to take a look at this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/HubSpot/hubspot-api-python/issues/22" target="_blank" rel="noopener"&gt;https://github.com/HubSpot/hubspot-api-python/issues/22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick action: pip install hubspot-api-client&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 10:21:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/539469#M49338</guid>
      <dc:creator>Long_Nguyen</dc:creator>
      <dc:date>2021-12-09T10:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'hubspot.crm' error when using 'from hubspot.crm.deals import ...'</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/769651#M62296</link>
      <description>&lt;P&gt;Hi, I have the same problem. I use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hubspot-api-client=7.5.0&lt;/LI-CODE&gt;&lt;P&gt;And when I try to run my code it shows me this message. I also tried&amp;nbsp; &lt;EM&gt;hubspot&amp;nbsp;&lt;/EM&gt;lib, but it also didn't help&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 12:33:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/769651#M62296</guid>
      <dc:creator>RIutsis</dc:creator>
      <dc:date>2023-03-16T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'hubspot.crm' error when using 'from hubspot.crm.deals import ...'</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/927004#M71276</link>
      <description>&lt;P&gt;I was running into this same problem and it was because my python file was named hubspot.py so it was trying to import that &lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 07:43:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/927004#M71276</guid>
      <dc:creator>Sna458</dc:creator>
      <dc:date>2024-02-22T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'hubspot.crm' error when using 'from hubspot.crm.deals import ...'</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/1001082#M74776</link>
      <description>&lt;P&gt;The issue still exists - Python 3.9&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 13:48:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/No-module-named-hubspot-crm-error-when-using-from-hubspot-crm/m-p/1001082#M74776</guid>
      <dc:creator>hkampen</dc:creator>
      <dc:date>2024-07-04T13:48:42Z</dc:date>
    </item>
  </channel>
</rss>

