You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
WDL Language Server version: 0.0.90
/usr/local/bin/python3 -m venv /Users/shuang/.vscode/extensions/broadinstitute.wdl-devtools-0.0.90/out/.venv
spawn /usr/local/bin/python3 ENOENT
/Users/shuang/.vscode/extensions/broadinstitute.wdl-devtools-0.0.90/out/.venv/bin/python -m pip install --upgrade wdl-lsp
spawn /Users/shuang/.vscode/extensions/broadinstitute.wdl-devtools-0.0.90/out/.venv/bin/python ENOENT
[Error - 9:25:15 AM] wdl client: couldn't create connection to server.
Launching server using command /Users/shuang/.vscode/extensions/broadinstitute.wdl-devtools-0.0.90/out/.venv/bin/python failed. Error: spawn /Users/shuang/.vscode/extensions/broadinstitute.wdl-devtools-0.0.90/out/.venv/bin/python ENOENT
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).
The text was updated successfully, but these errors were encountered:
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
).The text was updated successfully, but these errors were encountered: