<?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: OneAgent custom plugin with SDK: run ko : charset-normalizer 3.0.1 not ok aiohttp in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/OneAgent-custom-plugin-with-SDK-run-ko-charset-normalizer-3-0-1/m-p/206956#M2880</link>
    <description>&lt;P&gt;Support says :&amp;nbsp;In&amp;nbsp;&lt;SPAN&gt;plugin.json file, add into existing "install_requires" section :&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;"charset-normalizer&amp;lt;3.0,&amp;gt;=2.0"&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"install_requires": [
   "...",
   "charset-normalizer&amp;lt;3.0,&amp;gt;=2.0"
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2023 14:28:21 GMT</pubDate>
    <dc:creator>gilles_tabary</dc:creator>
    <dc:date>2023-03-14T14:28:21Z</dc:date>
    <item>
      <title>OneAgent custom plugin with SDK: run ko : charset-normalizer 3.0.1 not ok aiohttp</title>
      <link>https://community.dynatrace.com/t5/Extensions/OneAgent-custom-plugin-with-SDK-run-ko-charset-normalizer-3-0-1/m-p/206210#M2856</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I am using OneAgent SDK 1.257.250.20230202-090730, trying to deploy it on a OneAgent of the same version. I deploy one the OneAgent, restart it and I guet in the logs :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;2023-03-02 23:29:30.111 UTC [000209ee] severe  [native] 139814741473024(MainThread) - [_check_candidate_working_set] Resolving distribution failed because of (charset-normalizer 3.0.1 (/PKxr1dd1/soft/plugin_deployment/custom.python.bcv_traefik_prometheus_service_open_connections), Requirement.parse('charset-normalizer&amp;lt;3.0,&amp;gt;=2.0'), {'aiohttp'})
 project: aiohttp
 version: 3.8.1
 path: /var/lib/dynatrace/oneagent/agent/runtime/plugins_unpacked/ruxit.python.docker/ruxit.python.docker
 location: /var/lib/dynatrace/oneagent/agent/runtime/plugins_unpacked/ruxit.python.docker/ruxit.python.docker

...

 2023-03-02 23:30:22.175 UTC [000209ee] info    [native] 139814741473024(MainThread) - [do] {('custom.python.bcv_traefik_prometheus_service_open_connections', '0.1'): (PluginFullStatus(pluginName=custom.python.bcv_traefik_prometheus_service_open_connections, 
pluginVersion=0.1, state=INCOMPATIBLE, description=[ContextualVersionConflict(charset-normalizer 3.0.1 (/PKxr1dd1/soft/plugin_deployment/custom.python.bcv_traefik_prometheus_service_open_connections), Requirement.parse('charset-normalizer&amp;lt;3.0,&amp;gt;=2.0'), {'aiohttp'})], monitoredEntityId=0x0, stacktrace=), 49598.712680481), ('dynatrace.python.heartbeat', 5502806169358845469): (PluginFullStatus(pluginName=dynatrace.python.heartbeat, pluginVersion=1.786, state=OK, description=, monitoredEntityId=0x4c5de50e5076461d, stacktrace=), 49594.71034518), ('dynatrace.python.ntp', 5502806169358845469): (PluginFullStatus(pluginName=dynatrace.python.ntp, pluginVersion=2.016, state=DISABLED, description=, monitoredEntityId=0x4c5de50e5076461d, stacktrace=), 49594.710490976)}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any one got that ?&lt;/P&gt;
&lt;P&gt;What can I do. I built both on a Linux box and a windows box. Same result.&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;I created a ticket : &lt;A href="https://one.dynatrace.com/hc/en-us/requests/142129" target="_blank" rel="noopener"&gt;https://one.dynatrace.com/hc/en-us/requests/142129&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 09:47:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/OneAgent-custom-plugin-with-SDK-run-ko-charset-normalizer-3-0-1/m-p/206210#M2856</guid>
      <dc:creator>gilles_tabary</dc:creator>
      <dc:date>2023-05-12T09:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: OneAgent custom plugin with SDK: run ko : charset-normalizer 3.0.1 not ok aiohttp</title>
      <link>https://community.dynatrace.com/t5/Extensions/OneAgent-custom-plugin-with-SDK-run-ko-charset-normalizer-3-0-1/m-p/206956#M2880</link>
      <description>&lt;P&gt;Support says :&amp;nbsp;In&amp;nbsp;&lt;SPAN&gt;plugin.json file, add into existing "install_requires" section :&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;"charset-normalizer&amp;lt;3.0,&amp;gt;=2.0"&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"install_requires": [
   "...",
   "charset-normalizer&amp;lt;3.0,&amp;gt;=2.0"
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 14:28:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/OneAgent-custom-plugin-with-SDK-run-ko-charset-normalizer-3-0-1/m-p/206956#M2880</guid>
      <dc:creator>gilles_tabary</dc:creator>
      <dc:date>2023-03-14T14:28:21Z</dc:date>
    </item>
  </channel>
</rss>

