cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom extension migration framework

Julien
Visitor

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: 

  1. Choose the Python Extension 2.0 project type.

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:

 

 

2 REPLIES 2

rishabhsingh
Frequent Guest

Hi Julien,

Did you find any solution for this ?

 

david_lopes
Dynatrace Mentor
Dynatrace Mentor

That means dt-sdk is not in your PATH on windows

Featured Posts