<?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: Blocking problem encountered while using the charset_normalizer library in a custom extension on a Linux Active Gate. in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/287869#M6762</link>
    <description>&lt;P&gt;There is an item in the vscode settings called "Dynatrace Extensions: Python Extra Platforms"&lt;BR /&gt;&lt;BR /&gt;You add "&lt;STRONG&gt;manylinux2014_x86_64&lt;/STRONG&gt;" to that list&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="david_lopes_0-1760451742879.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30542i4CC9EA98937DB937/image-size/medium?v=v2&amp;amp;px=400" role="button" title="david_lopes_0-1760451742879.png" alt="david_lopes_0-1760451742879.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Oct 2025 14:21:55 GMT</pubDate>
    <dc:creator>david_lopes</dc:creator>
    <dc:date>2025-10-14T14:21:55Z</dc:date>
    <item>
      <title>Blocking Error with charset_normalizer in a Dynatrace Custom Extension on a Linux ActiveGate</title>
      <link>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/249156#M4681</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Current Setup:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Dynatrace Managed version 1.286.86&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Environment ActiveGate 1.285.30.20240227-095656 (OS Linux, x86, 64bit)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Extensions 1.285.161.20240417-193840&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Python extension 2.0, developed in VsCode 1.90.0&amp;nbsp;(user setup),&amp;nbsp; OS: Windows_NT x64 10.0.19045
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;Python version: 3.10&lt;/LI&gt;
&lt;LI&gt;Pip version: 24.0&lt;/LI&gt;
&lt;LI&gt;Current library used: charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl (Windows-specific)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Observed Error&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;/var/lib/dynatrace/remotepluginmodule/log/extensions/ruxitagent_extensionsmodule_3086451.0.log&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;ERROR: Could not find a version that satisfies the requirement charset-normalizer&amp;lt;4,&amp;gt;=2 (from requests) (from versions: none)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Possible Explanation:&lt;/STRONG&gt; The error is likely due to using the Windows-specific Wheel file charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl on a Linux system. This incompatibility causes the extension to fail.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Proposed Solution:&lt;/STRONG&gt; Use a platform-agnostic version of the library. It is suggested to use charset_normalizer-3.3.2-py3-none-any.whl, which should be compatible with both Windows and Linux environments.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 10:06:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/249156#M4681</guid>
      <dc:creator>gusmazeikis</dc:creator>
      <dc:date>2025-09-04T10:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking problem encountered while using the charset_normalizer library in a custom extension on a Linux Active Gate.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/249235#M4686</link>
      <description>&lt;P&gt;By default pip will not use that cross-os compatible version, but the SDK already has a solution for that, we download both versions (windows and linux) when building&lt;BR /&gt;&lt;BR /&gt;Please see &lt;A href="https://dynatrace-extensions.github.io/dt-extensions-python-sdk/guides/building.html" target="_self"&gt;here&lt;/A&gt; and &lt;A href="https://developer.dynatrace.com/extensions-v2/dynatrace-extensions-vscode/settings/#python-environment" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 19:15:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/249235#M4686</guid>
      <dc:creator>david_lopes</dc:creator>
      <dc:date>2024-06-26T19:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking problem encountered while using the charset_normalizer library in a custom extension on a Linux Active Gate.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/285380#M6697</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Any one knows how to use&amp;nbsp;&lt;STRONG&gt;dt-sdk build --extra-platform manylinux2014_x86_64 &lt;/STRONG&gt;from vscode?&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 09:09:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/285380#M6697</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2025-09-04T09:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking problem encountered while using the charset_normalizer library in a custom extension on a Linux Active Gate.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/287869#M6762</link>
      <description>&lt;P&gt;There is an item in the vscode settings called "Dynatrace Extensions: Python Extra Platforms"&lt;BR /&gt;&lt;BR /&gt;You add "&lt;STRONG&gt;manylinux2014_x86_64&lt;/STRONG&gt;" to that list&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="david_lopes_0-1760451742879.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30542i4CC9EA98937DB937/image-size/medium?v=v2&amp;amp;px=400" role="button" title="david_lopes_0-1760451742879.png" alt="david_lopes_0-1760451742879.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 14:21:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Blocking-Error-with-charset-normalizer-in-a-Dynatrace-Custom/m-p/287869#M6762</guid>
      <dc:creator>david_lopes</dc:creator>
      <dc:date>2025-10-14T14:21:55Z</dc:date>
    </item>
  </channel>
</rss>

