Ariel Lipschutz
Ariel Lipschutz
my problem is similar to yours. In my case, on FileZilla it is working just when Encryption is set to: "Use explicit FTP over TLS is available". I can't find,...
Same problem here: `Command write_to_file returned: Error: 'PosixPath' object has no attribute 'is_relative_to'` I downgraded from Python 3.11 to Pyhton 3.10 with no success. Any other workaround?
> Check your python interpreter and make sure it's 3.11 and not 3.8, check your dockerfile if using devcontainer After installing pyenv, and be sure which version of python I...
After installing pyenv, and be sure which version of python I am using I get this error: `SYSTEM: Command write_to_file returned: Error: 'PosixPath' object has no attribute 'is_relative_to' The JSON...
> This solved the issue for me: > > Change [this](https://github.com/Significant-Gravitas/Auto-GPT/pull/2474/files#diff-d68d766b4e8d9c8441f3eaf24d729a7b9d7ba7365613433f485e60d67b50ccf3L27) line to: > > ``` > return WORKSPACE_PATH.joinpath(relative_path) > ``` This change fixed my version also!