Open lifeyf opened 1 year ago
I will try it in 2022.
I just tried in 2022 and it worked for me. Is it possible that you don't have VStudio on your machine (just guessing after reading this https://stackoverflow.com/questions/71342354/failed-to-launch-debug-adapter-in-visual-studio-2022)? If it's the case and you don't want to remote debug python in 3dsMax (using VStudio) just ignore.
Other, just in case. On my fresh 2022 install, when I do:
cd /c/Program Files/Autodesk/3ds Max 2022/python37
and then
./python -m pip show debugpy
I see:
Name: debugpy
Version: 1.7.0
Summary: An implementation of the Debug Adapter Protocol for Python
Home-page: https://aka.ms/debugpy
Author: Microsoft Corporation
Author-email: ptvshelp@microsoft.com
License: MIT
Location: c:\users\windishadmin\appdata\roaming\python\python37\site-packages
Requires:
Required-by: mxvscode-autodesk
So my version of this is 1.7.0
maybe if it's not the case on your side you could try reinstalling debugpy
./python -m pip install --user --upgrade --force-reinstall debugpy
after cd in max install dir[3dsmax 2022], and "D:/project/3dsMax-Python-HowTos/install.sh",every thing seems right until I start 3dsmax :
Expecially, the pip cant update, very confused because I have used a newer version of python, where can i start pip ,python. ## can you please just set it into 3dsmax--- the cmd and the console.
i am a artist, not a programmer ,umm , this is really not easy to me.
then I just open the script run it in 3dsmax: