I uninstalled and installed trellis again and same issue.
In addition, I see these warnings and errors.
<project-folder> is the path to the project directory
<project-folder>/trellis/lib/trellis/plugins/vars/version.py), cannot
load: No module named 'distutils'
<project-folder>/trellis/lib/trellis/plugins/callback/vars.py:50: SyntaxWarning: invalid escape sequence '\.'
patterns = [re.sub(r'\*', '(.)*', re.sub(r'\.', '\.', var)) for var in raw_vars if var.split('.')[0] in hostvars]
<project-folder>/trellis/lib/trellis/plugins/callback/vars.py:51: SyntaxWarning: invalid escape sequence '\.'
keys = set(pattern.split('\.')[0] for pattern in patterns)
I also tried to downgrade trellis-cli to v1.11.1 to see if this resolved the issue but was not successful.
With trellis-cli v1.12.1 and the latest version of Trellis (just tagged v1.23.0, so the --trellis-version dev noted above is no longer necessary) I’m not able to see those warnings/errors when using Lima
Steps followed:
trellis new ./example.com
cd example.com/trellis/
trellis vm start
What command(s) were ran when you saw those errors?