<?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: Entity Framework 2 : Error during python build phase: ERROR: Could not find a version that satisfies the requirement oracle in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/251537#M4856</link>
    <description>&lt;P&gt;i gave up on dynatrace extension on vscode market. I just used python3.10 and dynatrace CLI on terminal. it works for me that way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you Mike for the tips.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 19:42:50 GMT</pubDate>
    <dc:creator>duey_hoang</dc:creator>
    <dc:date>2024-07-24T19:42:50Z</dc:date>
    <item>
      <title>Entity Framework 2 : Error during python build phase: ERROR: Could not find a version that satisfies the requirement oracle</title>
      <link>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247698#M4541</link>
      <description>&lt;P&gt;Using Visual Studio Code with Dynatrace extension v2.6.1 and python 3.12&lt;/P&gt;&lt;P&gt;when adding oracle dependency to setup.py (&lt;SPAN&gt;install_requires&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"dt-extensions-sdk"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"oracle"&lt;/SPAN&gt;&lt;SPAN&gt;]), the project cannot be built due to the above error, even the package existed inside the folder structure. The problem is not there when i add other dependency like requests (for example .&amp;nbsp;&lt;SPAN&gt;install_requires&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"dt-extensions-sdk"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"requests"&lt;/SPAN&gt;&lt;SPAN&gt;]).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 14:17:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247698#M4541</guid>
      <dc:creator>duey_hoang</dc:creator>
      <dc:date>2024-06-07T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Framework 2 : Error during python build phase: ERROR: Could not find a version that satisfies the requirement oracle</title>
      <link>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247711#M4545</link>
      <description>&lt;P&gt;I think it used to be called cx_oracle and nowadays the Python library Oracle recommends is oracledb.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 15:16:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247711#M4545</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-06-07T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Framework 2 : Error during python build phase: ERROR: Could not find a version that satisfies the requirement oracle</title>
      <link>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247719#M4551</link>
      <description>&lt;P&gt;thank you Mike. there is one thing i forgot to add. everything built and worked as expected with oracle package on local machine. The only issue is when it is time to pack it up, build it and distribute to remote oneagent host, that is when we have to put the oracle dependency in the setup.py so that it comes along to the oneagent host. that is the time when we have that issue error.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 15:22:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247719#M4551</guid>
      <dc:creator>duey_hoang</dc:creator>
      <dc:date>2024-06-07T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Framework 2 : Error during python build phase: ERROR: Could not find a version that satisfies the requirement oracle</title>
      <link>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247722#M4552</link>
      <description>&lt;P&gt;I don't think "pip install oracle" is the one you're looking for though, I assume you installed another one locally, which is why it works.&lt;/P&gt;
&lt;P&gt;Also, make sure that you set additional environments if required to get all compiled code. See info here:&amp;nbsp;&lt;A href="https://developer.dynatrace.com/extensions-v2/dynatrace-extensions-vscode/settings/#python-environment" target="_blank"&gt;https://developer.dynatrace.com/extensions-v2/dynatrace-extensions-vscode/settings/#python-environment&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 15:26:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/247722#M4552</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-06-07T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Entity Framework 2 : Error during python build phase: ERROR: Could not find a version that satisfies the requirement oracle</title>
      <link>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/251537#M4856</link>
      <description>&lt;P&gt;i gave up on dynatrace extension on vscode market. I just used python3.10 and dynatrace CLI on terminal. it works for me that way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you Mike for the tips.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 19:42:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Entity-Framework-2-Error-during-python-build-phase-ERROR-Could/m-p/251537#M4856</guid>
      <dc:creator>duey_hoang</dc:creator>
      <dc:date>2024-07-24T19:42:50Z</dc:date>
    </item>
  </channel>
</rss>

