robotframework-lsp
robotframework-lsp copied to clipboard
"Unable to resolve interpreter" when trying to run the base Action template on mac
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: So far happened only on macOS machines, video below.
- Create new action from template
action-server create
- Try to run the default action from VS Code sidebar
Getting "Unable to resolve interpreter for: ... package.yaml"
Expected behavior The action should just run.
Screenshots https://github.com/robocorp/robotframework-lsp/assets/56814402/60778611-6289-4340-97e9-0744795ba3ae
Versions:
- OS: MacOS
- VSCode 1.88,
- Microsoft Python extension v2024.4.1 all green
- Robocorp Code: 1.19.0
We have issue extension logs under id #4373
Tried reproducing on another macOS Ventura 13.2.1, with the versions above, cannot repro
Disabling RFW LSP extension fixed this issue. Enabling that back brought back the error.
Assuming that this could have something to do with old robot.yaml.bak and conda.yaml.bak files in the action repo.. but looks more like the LSP environment detection problem. Still cannot reproduce the case on other Windows or Mac machines.
I have the same issue, have you solved this issue? @kariharju
This issue has been moved here, under Sema4AI/vscode-extension repository.