I am using the cookieplone method for a classic project. uvx cookieplone classic_project succeeds. I cd into the new project directory. make install gives the error
Using CPython 3.11.4 interpreter at: /Users/bubba/.pyenv/versions/3.11.4/bin/python3.11
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
× No solution found when resolving dependencies:
╰─▶ Because only triangle-manufacturing[test]==1.0.0a0 is available and the current Python version (3.11.4) does not satisfy Python>=3.12, we can conclude that all versions of triangle-manufacturing[test] cannot be used.
And because you require triangle-manufacturing[test], we can conclude that your requirements are unsatisfiable.
I used pyenvto switch to 3.12 in that project directory, and reran make install. It got past the above version check but then gave this error:
% make install
Install Backend
==> Create instance configuration
Installed 22 packages in 76ms
Warning: initial user's password is insecure, it should be at least 10 characters long!
bash: /Users/bubba/src/plone-6.1.2/triangle-manufacturing/backend/.venv/bin/zconsole: No such file or directory
make[3]: *** [create-site] Error 127
make[2]: *** [backend-create-site] Error 2
make[1]: *** [backend-install] Error 2
make: *** [install] Error 2