01 Nov 2024
03:47 PM
- last edited on
12 Nov 2024
08:18 AM
by
MaciejNeumann
Hello,
Due to the demise of the framework 1.0, I have to migrate an old custom extension not develop by me.
I follow this documentation: https://developer.dynatrace.com/develop/dynatrace-extensions-vscode/guides/migrate/python-migrate/
But it failed at this step:
With this message: Unexpected error: 'dt-sdk' is not recognized as an internal or external command, operable program or batch file.
I already done the python package installation: https://dynatrace-extensions.github.io/dt-extensions-python-sdk/index.html
But still have the issue to use dt-sdk
Do you know what is missing ?
Env info:
Python version: 3.12.6
#pip show dt-extensions-sdk
Name: dt-extensions-sdk
Version: 1.2.5
Summary:
Home-page:
Author:
Author-email: dlopes7 <davidribeirolopes@gmail.com>
License:
Location: C:\*****
Requires:
Required-by:
Solved! Go to Solution.
02 Dec 2024 03:20 PM
Hi Julien,
Did you find any solution for this ?
02 Dec 2024 09:23 PM
That means dt-sdk is not in your PATH on windows
10 Mar 2025 02:31 PM
Hi,
Finally find a solution as it's more complicated to do it in my company.
So the dynatrace framework 2.0 is working only with a python 3.10 version.
And plus, to solve my issue, I created a python venv.