26 Apr 2024 10:31 PM - last edited on 10 May 2024 02:39 PM by Michal_Gebacki
Good afternoon all, I am trying to setup a python 2.0 extension and every time I initialize the workspace I get this error.
26 Apr 2024 10:40 PM
Hi @trevordconsult ,
Can you please try updating to Python 3.10 from 3.8 as that is what is currently used by the Extensions 2.0 framework.
27 Apr 2024 04:33 PM - edited 27 Apr 2024 04:41 PM
I got passed that issue and now I am getting this issue? I still cannot seem to init the workspace.
28 Apr 2024 12:25 AM
Please use Python 3.10 and then install the SDK in your global Python environment. See the docs here to install the SDK via pip : https://dynatrace-extensions.github.io/dt-extensions-python-sdk/#installation
01 Jul 2024 03:18 PM
@DavidMass I see the same issue when using the vscode extension to initialize the project , I have python version 3.10.5 and pip version 23.3.2
14 Jul 2024 02:01 AM - edited 14 Jul 2024 02:02 AM
Hi @subashsagi41 ,
My apologies for the delay in responding. Are you still experiencing this issue?
To be sure, you've installed the SDK first?
pip install dt-extensions-sdk[cli]
Can you run
dt-sdk --help
manually and it works?
Are you using python in a venv or in the "global" install?