VSCode Hython: Invalid Interpreter Selected

   1539   0   0
User Avatar
Member
72 posts
Joined: March 2017
Offline
For some reason I can no longer select hython as my interpreter in VSCode. It's worked fine up until now across both windows and mac and yet today it randomly started throwing an error on mac saying "Invalid Interpreter Selected".

Has anyone else encountered this?

The full output is here for reference:
> /Applications/Houdini/Houdini19.5.534/Frameworks/Houdini.framework/Versions/19.5/Resources/bin/hython -I ~/.vscode/extensions/ms-python.python-2023.4.0/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.4.0/pythonFiles/interpreterInfo.py
[ERROR 2023-2-6 21:52:13.128]: [Error: Command failed: /Applications/Houdini/Houdini19.5.534/Frameworks/Houdini.framework/Versions/19.5/Resources/bin/hython -I /Users/matt/.vscode/extensions/ms-python.python-2023.4.0/pythonFiles/get_output_via_markers.py /Users/matt/.vscode/extensions/ms-python.python-2023.4.0/pythonFiles/interpreterInfo.py

	at ChildProcess.exithandler (node:child_process:408:12)
	at ChildProcess.emit (node:events:526:28)
	at maybeClose (node:internal/child_process:1092:16)
	at ChildProcess._handle.onexit (node:internal/child_process:302:5)] {
  killed: true,
  code: 143,
  signal: null,
  cmd: '/Applications/Houdini/Houdini19.5.534/Frameworks/Houdini.framework/Versions/19.5/Resources/bin/hython -I /Users/matt/.vscode/extensions/ms-python.python-2023.4.0/pythonFiles/get_output_via_markers.py /Users/matt/.vscode/extensions/ms-python.python-2023.4.0/pythonFiles/interpreterInfo.py'
}
  • Quick Links