Andrew Parry
Andrew Parry
The pipfile.lock may have some incorrect python_versions set. E.g. shouldn't this be
@jojeyh In this case I changed `python_full_version` to `python_version` to make it work. ``` "markers": "python_version >= '3.7.0'", ``` I could not make `python_full_version` work
Maybe this helps? This is the error message I observe with Ubuntu. ``` ACTION: CmdRunAction(command='sudo apt-get update && sudo apt-get install -y cppcheck', background=False, action=) 13:02:00 - opendevin:ERROR: sandbox.py:227 -...
Ok updated, I see the command now being run without sudo, but fall into this error, from Opendevin terminal: ``` $ apt update && apt install clang-tidy -y Reading package...
> Does the problem persist if you choose `gpt-4-0125-preview` in the UI settings? When I changed from gpt4 to claude, I had to update BOTH config.toml AND the UI settings....