<?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: I keep getting the error message &amp;quot;ModuleNotFoundError&amp;quot; in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/I-keep-getting-the-error-message-quot-ModuleNotFoundError-quot/m-p/3135478#M41764</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/495282"&gt;@quibtisa&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did these packages host on the same path that you installed the python? If not, have you confirmed power bi and python has enough permissions to access these paths and files? (AFAIK, current it seems not support cloudy path)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In addition, I'd like to suggest you check the following document about support python package in power bi if helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/service-python-packages-support" target="_blank"&gt;Learn which Python packages are supported - Power BI | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 07:49:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-16T07:49:50Z</dc:date>
    <item>
      <title>I keep getting the error message "ModuleNotFoundError"</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/I-keep-getting-the-error-message-quot-ModuleNotFoundError-quot/m-p/3131125#M41719</link>
      <description>&lt;P&gt;I'm working on a Python project in which I scrape data from a website using the requests and BeautifulSoup modules. Yet, I continue to receive the problem message "ModuleNotFoundError: No module called 'bs4'". I attempted to install BeautifulSoup using pip, but it did not appear to work.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;import requests
from bs4 import BeautifulSoup

url = 'https://www.example.com'
response = requests.get(url)
soup = BeautifulSoup(response.text, 'html.parser')&lt;/LI-CODE&gt;&lt;P&gt;This is the error message:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ModuleNotFoundError: No module named 'bs4'&lt;/LI-CODE&gt;&lt;P&gt;I attempted pip install beautifulsoup4 in the terminal, but when I try to execute the script, I get the same error message.&lt;/P&gt;&lt;P&gt;Yet, despite my efforts, the outcome is not what I had hoped for. I came across this &lt;A href="https://www.scaler.com/topics/operating-system/semaphore-in-os/" target="_self"&gt;article&lt;/A&gt; that uses the example, but I'm not sure I got it right. Could you please help me?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 14:59:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/I-keep-getting-the-error-message-quot-ModuleNotFoundError-quot/m-p/3131125#M41719</guid>
      <dc:creator>quibtisa</dc:creator>
      <dc:date>2023-03-14T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: I keep getting the error message "ModuleNotFoundError"</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/I-keep-getting-the-error-message-quot-ModuleNotFoundError-quot/m-p/3135478#M41764</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/495282"&gt;@quibtisa&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did these packages host on the same path that you installed the python? If not, have you confirmed power bi and python has enough permissions to access these paths and files? (AFAIK, current it seems not support cloudy path)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In addition, I'd like to suggest you check the following document about support python package in power bi if helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/service-python-packages-support" target="_blank"&gt;Learn which Python packages are supported - Power BI | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 07:49:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/I-keep-getting-the-error-message-quot-ModuleNotFoundError-quot/m-p/3135478#M41764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-16T07:49:50Z</dc:date>
    </item>
  </channel>
</rss>

