Open SHuang-Broad opened 4 months ago
I don't think the current version assumes the location, however what might be happening is that you'd need to set pythonPath
to your Python interpreter in your workspace settings, as per https://github.com/broadinstitute/wdl-ide/blob/7808a6bd40bdadd9f5cb713ee34b69a53a7e4322/client/vscode/src/extension.ts#L84C74-L84C84
You are right!
I just needed to do the following in VSCode (Code -> Settings -> Settings
)
Maybe need a documentation change?
There might be an assumption in the latest wdl-devtools that could be invalid for some user.
I'm in the process of switching to a new (Mac) computer.
When trying to use VSCode for viewing a WDL file on the new laptop, it is reporting the following.
It looks like the venv wasn't successfully created, as
/usr/local/bin/python3
doesn't exist (on the new machine, python3 is at/opt/homebrew/bin/python3
).