<?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: EF2 migration problem with paramiko dependency in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/256074#M5146</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4044"&gt;@david_lopes&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have managed to solve the issue: compiled it in a Linux environment &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just curios, if most of our clients/AG installed base, run on Linux, is it a safer bet to develop in a Linux environment?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 10:10:03 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2024-09-17T10:10:03Z</dc:date>
    <item>
      <title>EF2 migration problem with paramiko dependency</title>
      <link>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/255619#M5130</link>
      <description>&lt;P&gt;I have an EF1 extension that I'm trying to migrate to EF2. It has a dependency on paramiko. If I include it into setup.py, what I should, the error below appears. Why?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "error": [
    "",
    "[notice] A new release of pip is available: 24.1.1 -&amp;gt; 24.2",
    "[notice] To update, run: python.exe -m pip install --upgrade pip",
    "ERROR: Cannot install extensionA because these package versions have conflicting dependencies.",
    "ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts",
    "",
    "[notice] A new release of pip is available: 24.1.1 -&amp;gt; 24.2",
    "[notice] To update, run: python.exe -m pip install --upgrade pip",
    "Traceback (most recent call last):",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\runpy.py\", line 196, in _run_module_as_main",
    "    return _run_code(code, main_globals, None,",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\runpy.py\", line 86, in _run_code",
    "    exec(code, run_globals)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\Scripts\\dt-sdk.exe\\__main__.py\", line 7, in &amp;lt;module&amp;gt;",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\typer\\main.py\", line 326, in __call__",
    "    raise e",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\typer\\main.py\", line 309, in __call__",
    "    return get_command(self)(*args, **kwargs)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\click\\core.py\", line 1157, in __call__",
    "    return self.main(*args, **kwargs)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\typer\\core.py\", line 723, in main",
    "    return _main(",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\typer\\core.py\", line 193, in _main",
    "    rv = self.invoke(ctx)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\click\\core.py\", line 1688, in invoke",
    "    return _process_result(sub_ctx.command.invoke(sub_ctx))",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\click\\core.py\", line 1434, in invoke",
    "    return ctx.invoke(self.callback, **ctx.params)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\click\\core.py\", line 783, in invoke",
    "    return __callback(*args, **kwargs)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\typer\\main.py\", line 692, in wrapper",
    "    return callback(**use_params)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\dynatrace_extension\\cli\\main.py\", line 114, in build",
    "    wheel(extension_dir, extra_platforms, extra_index_url, find_links)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\dynatrace_extension\\cli\\main.py\", line 227, in wheel",
    "    run_process(command, cwd=extension_dir)",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\dynatrace_extension\\cli\\main.py\", line 410, in run_process",
    "    return subprocess.run(command, cwd=cwd, env=env, check=True)  # noqa: S603",
    "  File \"C:\\Users\\vboxuser\\AppData\\Local\\Programs\\Python\\Python310\\lib\\subprocess.py\", line 526, in run",
    "    raise CalledProcessError(retcode, process.args,",
    "subprocess.CalledProcessError: Command '['C:\\\\Users\\\\vboxuser\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python310\\\\python.exe', '-m', 'pip', 'download', '-d', 'extension/lib', '--only-binary=:all:', '--platform', 'linux_x86_64', '.']' returned non-zero exit status 1.",
    ""
  ],
  "detailedOutput": [
    "+"
  ]
}

&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 23:07:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/255619#M5130</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-09-12T23:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: EF2 migration problem with paramiko dependency</title>
      <link>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/255822#M5143</link>
      <description>&lt;P&gt;Paramiko doesn't exist for &lt;STRONG&gt;linux_x86_64&lt;/STRONG&gt;, you need to use the &lt;STRONG&gt;manylinux2014_x86_64&lt;/STRONG&gt; platform. I assume that error is coming out the VSCode extension, if so you can set the platform as documented &lt;A href="https://developer.dynatrace.com/develop/dynatrace-extensions-vscode/settings/#python-environment" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:25:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/255822#M5143</guid>
      <dc:creator>david_lopes</dc:creator>
      <dc:date>2024-09-16T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: EF2 migration problem with paramiko dependency</title>
      <link>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/256074#M5146</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4044"&gt;@david_lopes&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have managed to solve the issue: compiled it in a Linux environment &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just curios, if most of our clients/AG installed base, run on Linux, is it a safer bet to develop in a Linux environment?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:10:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/256074#M5146</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-09-17T10:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: EF2 migration problem with paramiko dependency</title>
      <link>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/256077#M5147</link>
      <description>&lt;P&gt;We use mostly windows but use the —extra-platform option to build for both, this way we always guarantee it works for customers on both operating systems&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but yes most AGs will be linux&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:15:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/256077#M5147</guid>
      <dc:creator>david_lopes</dc:creator>
      <dc:date>2024-09-17T10:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: EF2 migration problem with paramiko dependency</title>
      <link>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/296269#M7138</link>
      <description>&lt;P&gt;&amp;nbsp;I used WSL (Ubuntu 22) on windows and it solves the issues&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 09:56:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/EF2-migration-problem-with-paramiko-dependency/m-p/296269#M7138</guid>
      <dc:creator>TheAnswerIs42</dc:creator>
      <dc:date>2026-03-17T09:56:04Z</dc:date>
    </item>
  </channel>
</rss>

