<?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: Update Built-in libraries in new Environment in Data Science</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4737304#M792</link>
    <description>&lt;P&gt;I am having exactly the same issue as described in the original post,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i had created (saved and published) a environment with the following custom libraries:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;however when i am running:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!pip list | grep -E "bertopic|transformers|tokenizers|huggingface|safetensors"&lt;/LI-CODE&gt;&lt;P&gt;I still see that i am using the built in libraries:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;any one had any luck solving this problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jun 2025 09:50:50 GMT</pubDate>
    <dc:creator>mkj1213</dc:creator>
    <dc:date>2025-06-19T09:50:50Z</dc:date>
    <item>
      <title>Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4609876#M666</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am working in notebooks in Fabric, and I want to update a built-in library to a newer version, by creating a new environment and installing the newer version through PyPI. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, when I start a session with the new notebook, it still uses the same version as in the public library (transformers 4.37.2 instead of 4.49.0). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have also tried installing it through %pip and !pip install. This works in the current session but does not install when I create a new version. I have been given admin rights, but that does not help either. Has anyone experienced this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 09:04:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4609876#M666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-14T09:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4610400#M668</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Few things to check :&lt;BR /&gt;&lt;BR /&gt;1) Please make sure in new env , publish of library is successful (Not just saved)&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;&lt;SPAN&gt;selectthe environment from the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;dropdown in your notebook&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 14:28:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4610400#M668</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-03-14T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4612320#M672</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have done both, but unfortunately, that it is not the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 07:18:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4612320#M672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-17T07:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4614372#M673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913195" data-lia-user-login="nilendraFabric" class="lia-mention lia-mention-user"&gt;nilendraFabric&lt;/a&gt;&amp;nbsp; for the helpful response.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The reason you’re seeing the older library version after restarting the session is because Fabric notebooks use session-based environments, which do not persist custom library installations across sessions.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please follow below steps to resolve the error;&lt;/P&gt;
&lt;P&gt;1. please make sure the updated version is available, run the following at the start of your notebook:&lt;BR /&gt;%pip install transformers==4.49.0&lt;/P&gt;
&lt;P&gt;2.Create a new environment with the updated library version by specifying the following in requirements.txt:&lt;BR /&gt;transformers==4.49.0&lt;/P&gt;
&lt;P&gt;3.If you’re still seeing the older version, clear the session cache by restarting the kernel or using:&lt;BR /&gt;!pip cache purge&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 09:34:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4614372#M673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-18T09:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4614638#M675</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have followed step number 2 the entire time, but whenever I choose the new environment, I still get the old package versions. The command !pip cache purge does not resolve the issue. Best regards.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 12:05:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4614638#M675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-18T12:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4615639#M676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please follow below steps to resolve the error;&lt;/P&gt;
&lt;P&gt;1. Run the following command to confirm the notebook is using the correct environment, If it still points to the base environment, reattach the new environment.&lt;BR /&gt;!which python&lt;/P&gt;
&lt;P&gt;2. Close the notebook completely &amp;gt; Reopen it, go to Kernel &amp;gt; Change Environment, select the new environment, and restart the notebook.&lt;/P&gt;
&lt;P&gt;3.Check if the correct version is loaded by running:&lt;BR /&gt;import transformers&lt;BR /&gt;print(transformers.__version__)&lt;/P&gt;
&lt;P&gt;If the version is still incorrect, force reinstall it:&lt;BR /&gt;!pip install --force-reinstall transformers==4.49.0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 05:13:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4615639#M676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-19T05:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4615876#M678</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;When I run the command `!which python` in my own environment, I consistently get the following output:&lt;BR /&gt;`/home/trusted-service-user/cluster-env/trident_env/bin/python`&lt;BR /&gt;This happens regardless of whether I use my own environment or the default one. I have reattached my own environment multiple times, closed the notebook, restarted the session, etc., but with no changes. It seems I am unable to attach my own environment to the notebook. I have also tried to recreate the environment, but I encountered the same result.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 08:44:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4615876#M678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-19T08:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616004#M680</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for the detailed update. Please follow below steps to resolve the error;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1.Even if you created the environment, it won’t be applied unless you publish it.&lt;BR /&gt;Go to Fabric &amp;gt; Environments → Verify your environment is "Published" (not just "Saved").&lt;/P&gt;
&lt;P&gt;2.Manually Attach the Environment, Please run the below command&lt;BR /&gt;!source /home/trusted-service-user/cluster-env/&amp;lt;your_env_name&amp;gt;/bin/activate&lt;/P&gt;
&lt;P&gt;3.Force Reinstall the Library and Verify:&lt;BR /&gt;For installation; %pip install --force-reinstall transformers==4.49.0&lt;BR /&gt;&lt;BR /&gt;For Verification; &lt;BR /&gt;import transformers &lt;BR /&gt;print(transformers.__version__)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 09:43:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616004#M680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-19T09:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616055#M682</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;The packages are all published:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But I still cant connect to the environment:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 10:14:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616055#M682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-19T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616207#M683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for the update and sharing the screenshots.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1. Please check the fabric permissions&lt;BR /&gt;Go to Admin Portal &amp;gt; Tenant Settings &amp;gt; Environments → Ensure you have "Create and Manage Environments" permissions.&lt;BR /&gt;&lt;BR /&gt;2.Manually Set Environment in Notebook Metadata&lt;BR /&gt;Go to Notebook Settings &amp;gt; Advanced &amp;gt; Metadata → Add&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"kernel": {&lt;BR /&gt;"name": "python3",&lt;BR /&gt;"environment": "&amp;lt;your_env_name&amp;gt;"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;3.Create a new notebook, select your environment, and verify with below code &lt;BR /&gt;!which python&lt;BR /&gt;&lt;BR /&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 11:38:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616207#M683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-19T11:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616413#M684</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;We do not see&amp;nbsp;&lt;SPAN&gt;Environments&amp;nbsp;in Tenant Settings, or Advanced in Notebook Settings:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 13:04:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4616413#M684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-19T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4620123#M687</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;please follow below steps to resolve the issue;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1. Since you can't see Environments in Tenant Settings, it indicates you lack admin privileges. Ask your Fabric Admin to grant you access to "Create and Manage Environments" in Tenant Settings.&lt;/P&gt;
&lt;P&gt;2. Make sure you are using a Premium workspace with Fabric capacity enabled.&lt;/P&gt;
&lt;P&gt;3. Manually activate the environment in the current session using:&lt;BR /&gt;!source /home/trusted-service-user/cluster-env/&amp;lt;your_env_name&amp;gt;/bin/activate &lt;BR /&gt;!pip install --force-reinstall transformers==4.49.0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 15:42:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4620123#M687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-21T15:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4623189#M690</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please "&lt;/SPAN&gt;&lt;STRONG&gt;Accept&amp;nbsp; as&amp;nbsp; Solution&lt;/STRONG&gt;&lt;SPAN&gt;" and give a '&lt;/SPAN&gt;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;SPAN&gt;' so other members can easily find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 01:12:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4623189#M690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-25T01:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4623697#M692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. The pictures I sent in my previous reply are from our admin user, so the admins cannot see the settings you mentioned.&lt;BR /&gt;2. I do have a Fabric capacity.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 07:52:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4623697#M692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-25T07:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4624099#M693</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please go through the above mentioned steps and check step by step again ,if still faces the same issue then please consider raising a support ticket for further assistance.&lt;/P&gt;
&lt;P&gt;To raise a support ticket for Fabric and Power BI, kindly follow the steps outlined in the following guide:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 12:12:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4624099#M693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-25T12:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4642194#M709</link>
      <description>&lt;P&gt;Unfortunately, there is currently no way to override the runtime packages in Fabric. Only session-level libraries can be modified using %pip and !pip install.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 03:26:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4642194#M709</guid>
      <dc:creator>Pradeep_O_S</dc:creator>
      <dc:date>2025-04-08T03:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4643290#M711</link>
      <description>&lt;P&gt;So the Library Management only work for packages that are not in built-in?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 13:50:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4643290#M711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-08T13:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4645797#M713</link>
      <description>&lt;P&gt;It seems so. I encountered the same issue you did. Installing a newer version at the environment level doesn’t appear to have any effect. My hypothesis is that Microsoft is intentionally restricting this to avoid potential dependency conflicts with the standard packages bundled in the environment.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 00:08:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4645797#M713</guid>
      <dc:creator>Pradeep_O_S</dc:creator>
      <dc:date>2025-04-10T00:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4737304#M792</link>
      <description>&lt;P&gt;I am having exactly the same issue as described in the original post,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i had created (saved and published) a environment with the following custom libraries:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;however when i am running:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!pip list | grep -E "bertopic|transformers|tokenizers|huggingface|safetensors"&lt;/LI-CODE&gt;&lt;P&gt;I still see that i am using the built in libraries:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;any one had any luck solving this problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 09:50:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4737304#M792</guid>
      <dc:creator>mkj1213</dc:creator>
      <dc:date>2025-06-19T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update Built-in libraries in new Environment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4741427#M794</link>
      <description>&lt;P&gt;I have experienced this. It's baffling that nobody suggested this, but unfortunately this page reads like 99.9 of all requests for help with Microsoft I've ever seen. &amp;nbsp;Conda packages override pypy ones. Try adding the packages needed from conda &amp;nbsp;instead of pypy in the environment package area. &amp;nbsp;You should see the option at the top left in the same screen that you posted the screenshot of.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 22:33:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Update-Built-in-libraries-in-new-Environment/m-p/4741427#M794</guid>
      <dc:creator>big_idea</dc:creator>
      <dc:date>2025-06-23T22:33:33Z</dc:date>
    </item>
  </channel>
</rss>

