setInterpreter fails with TypeError: this.pythonPathSettingsUpdaterFactory.getWorkspaceFolderPythonPathConfigurationService is not a function
See original GitHub issueInternal user testing TensorBoard integration started out without a Python interpreter selected and invoked Python: Launch TensorBoard command. We ask for an interpreter if one is not set via the quickpick. After the user selected an interpreter, which is a prerequisite for starting a TensorBoard session, the Python extension threw an error with the following stack trace:
stack trace: TypeError:
this.pythonPathSettingsUpdaterFactory.getWorkspaceFolderPythonPathConfigurationService is not a function
at m.getPythonUpdaterService [redacted]
at m.updatePythonPath [redacted]
at m.setInterpreter [redacted]
at processTicksAndRejections (internal/process/task_queues.js:94:5)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
VSCode: Using the MS Python extension cannot execute code
When I tried to select the Python: select interpreter I got an error in the bottom right that says, "Command 'Python: Select Interpreter' ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t but we unblocked the customer another way so I’m going to close this for now.
Can they try using the latest insiders build? 2021.2.531887795-dev