Hey All. I’m new to Deadline and until now I programmed in everything but Python.
I tried following the instructions to install the deadline-stubs and set VSCode to use it as the interpreter. However I must be missing a step.
I can successfully install deadline-stubs but even after restarting VSCode can’t seem to be able to figure out how to set it.
The docs say:
Select the same interpreter that you used to pip install the deadline-stubs-*.tar.gz file.
but I’m not sure where the .exe is located (probably needs to be added to the path?) and it doesn’t show up in the list.
My system currently has 2.7 and 3.8 installed so I tried a few different ways to see if I could figure out where it’s being installed.
pip install {path}\deadline-stubs-10.1.12.1.tar.gz
pip install -v {path}\deadline-stubs-10.1.12.1.tar.gz
c:\Python27\python.exe -m pip install {path}\deadline-stubs-10.1.12.1.tar.gz
Any ideas?