<?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: Python V2 extension plugin failing on upload. in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242299#M4286</link>
    <description>&lt;P&gt;In your second screenshot it looks like the correct one is win_amd64, while you entered win_amd_64 in the third screenshot. Can you adjust it and see if it works?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2024 09:41:27 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2024-04-10T09:41:27Z</dc:date>
    <item>
      <title>Python V2 extension plugin failing on upload</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242293#M4284</link>
      <description>&lt;P&gt;I am busy migrating one of the Python v 1 plugins to V2. As part of the packages I need to upload I use&amp;nbsp;pymongo (&lt;A href="https://pypi.org/project/pymongo/)" target="_blank" rel="noopener"&gt;https://pypi.org/project/pymongo/)&lt;/A&gt;&amp;nbsp;but it is failing with&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"error"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Could not find a version that satisfies the requirement pymongo (from mongodbreplication) (from versions: none)"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"ERROR: No matching distribution found for pymongo"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; ],&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brett_schubach1_0-1712738736156.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18814iA7F16B50E591FA8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brett_schubach1_0-1712738736156.png" alt="brett_schubach1_0-1712738736156.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the packages are there as seen in the lib directory and the setup is showing what is required. The issue seems to be with that because I am compiling from my windows machine it is only downloading the pymongo-4.6.3-cp310-cp310-win_amd64.whl. My activegates are windows so in this case all I need is it to upload this package to the environments.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brett_schubach1_1-1712739075772.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18815i6BE57CD06A595D21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brett_schubach1_1-1712739075772.png" alt="brett_schubach1_1-1712739075772.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried adding just win_amd_64 to see if that work and still fails.&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brett_schubach1_2-1712739266746.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18816iF7920D27A50B6DA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brett_schubach1_2-1712739266746.png" alt="brett_schubach1_2-1712739266746.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how do I force it to either only upload the windows version or download both windows and linux version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 May 2024 13:58:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242293#M4284</guid>
      <dc:creator>brett_schubach1</dc:creator>
      <dc:date>2024-05-10T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python V2 extension plugin failing on upload.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242299#M4286</link>
      <description>&lt;P&gt;In your second screenshot it looks like the correct one is win_amd64, while you entered win_amd_64 in the third screenshot. Can you adjust it and see if it works?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 09:41:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242299#M4286</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-04-10T09:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Python V2 extension plugin failing on upload.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242323#M4289</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;Thank you so much. That did the trick. Maybe the team can update the comment as I copied it from there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the assistance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brett_schubach1_1-1712757405787.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18823i15450CB1007FB9CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brett_schubach1_1-1712757405787.png" alt="brett_schubach1_1-1712757405787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 13:57:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242323#M4289</guid>
      <dc:creator>brett_schubach1</dc:creator>
      <dc:date>2024-04-10T13:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python V2 extension plugin failing on upload.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242326#M4290</link>
      <description>&lt;P&gt;The values there are the defaults, so adding the default to the default doesn't make a lot of sense&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; This one library used a custom platform which is why it had to be added.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 14:07:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242326#M4290</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-04-10T14:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python V2 extension plugin failing on upload.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242333#M4292</link>
      <description>&lt;P&gt;Thanks so much. I have now successfully upload my plugin.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 15:30:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Python-V2-extension-plugin-failing-on-upload/m-p/242333#M4292</guid>
      <dc:creator>brett_schubach1</dc:creator>
      <dc:date>2024-04-10T15:30:13Z</dc:date>
    </item>
  </channel>
</rss>

