Installing cookieplone project locally on my laptop [Ubuntu 22.04] with:
"plone_version": "6.1.2",
"volto_version": "18.24.0",
While building the backend, I keep getting:
uv venv /home/flipmcf/WebDev/pilot-demo/backend/.venv
Using CPython 3.10.12 interpreter at: /usr/bin/python3
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
+ uv pip install -r requirements-mxdev.txt
× No solution found when resolving dependencies:
╰─▶ Because only pilot-demo[test]==1.0.0a0 is available and the current Python version (3.10.12) does not satisfy Python>=3.12 (blah blah....)
I installed a 3.12.11 virtualenv, but not sure how to get cookiecutter or the backend to recognize it’s what I want.
Any suggestions?
flipmcf@flipmcf-GF63:~/WebDev/pilot-demo/backend$ pyenv virtualenvs
3.12.11/envs/plone (created from /home/flipmcf/.pyenv/versions/3.12.11)
plone (created from /home/flipmcf/.pyenv/versions/3.12.11)
Cookiecutter replay:
{
"cookiecutter": {
"title": "Pilot Demo",
"description": "Pilot Project Demo for JM",
"project_slug": "pilot-demo",
"hostname": "``pilot-demo.flipmcf.com``",
"author": "Michael McFadden (flipmcf)",
"email": "``flipmcf@gmail.com``",
"use_prerelease_versions": "No",
"plone_version": "6.1.2",
"volto_version": "18.24.0",
"python_package_name": "pilot.demo",
"frontend_addon_name": "volto-pilot-demo",
"language_code": "en",
"github_organization": "flipmcf",
"container_registry": "github",
"devops_storage": "relstorage",
"devops_cache": "1",
"devops_ansible": "1",
"devops_gha_deploy": "1",
"initialize_documentation": "1",
"__project_slug": "pilot-demo",
"__repository_url": "``https://github.com/flipmcf/pilot-demo``",
"__repository_git": "``git@github.com``:flipmcf/pilot-demo",
"__version_package": "1.0.0a0",
"__version_frontend_package": "1.0.0-alpha.0",
"__feature_headless": "1",
"__feature_distribution": "0",
"__backend_managed_by_uv": "false",
"__npm_package_name": "volto-pilot-demo",
"__folder_name": "pilot-demo",
"__python_package_name_upper": "Pilot.Demo",
"__python_version": "3.12",
"__node_version": "22",
"__version_plone_volto": "18.24.0",
"__version_pnpm": "9.1.1",
"__container_registry_prefix": "``ghcr.io/``",
"__container_image_prefix": "``ghcr.io/flipmcf/pilot-demo``",
"__profile_version": "20250830001",
"__profile_language": "en",
"__locales_language": "en",
"__gha_version_checkout": "v4",
"__gha_version_setup_node": "v4",
"__gha_version_setup_uv": "v5",
"__gha_version_cache": "v4",
"__gha_version_docker_stack": "v1.2.0",
"__gha_version_docker_metadata": "v5",
"__gha_version_docker_qemu": "v3",
"__gha_version_docker_buildx": "v3",
"__gha_version_docker_login": "v3",
"__gha_version_docker_build_push": "v6",
"__gha_version_paths_filter": "v3",
"__devops_host": "pilot-demo",
"__devops_compose_name": "pilot-demo",
"__devops_stack_name": "pilot-demo-flipmcf-com",
"__devops_swarm_public_network": "nw-public",
"__devops_swarm_stack_network": "nw-internal",
"__devops_traefik_version": "v2.11",
"__devops_traefik_local_include_ui": "yes",
"__devops_traefik_stack_include_ui": "no",
"__devops_traefik_docker_network": "pilot-demo-flipmcf-com_nw-internal",
"__devops_varnish_version": "7.6",
"__devops_db_version": "14.15",
"__devops_db_password": "YMFWDZIFNSgA",
"__devops_zeo_version": "6.0.0",
"__backend_addon_git_initialize": "0",
"__backend_addon_format": "1",
"__project_git_initialize": "1",
"_copy_without_render": [
"devops/etc",
"devops/playbooks",
"devops/requirements",
"devops/tasks",
"devops/inventory/group_vars/all/users.yml",
"news/.changelog_template.jinja"
],
"_extensions": [
"cookieplone.filters.use_prerelease_versions",
"cookieplone.filters.node_version_for_volto",
"cookieplone.filters.extract_host",
"cookieplone.filters.image_prefix",
"cookieplone.filters.pascal_case",
"cookieplone.filters.locales_language_code",
"cookieplone.filters.gs_language_code",
"cookieplone.filters.latest_volto",
"cookieplone.filters.latest_plone"
],
"__cookieplone_subtemplates": [
[
"add-ons/backend",
"Setup Backend",
"1"
],
[
"add-ons/frontend",
"Setup Frontend",
"1"
],
[
"docs/starter",
"Generate documentation scaffold",
"1"
],
[
"sub/cache",
"Setup Cache",
"1"
],
[
"sub/project_settings",
"Setup Project Settings",
"1"
]
],
"__cookieplone_repository_path": "/home/flipmcf/.cookiecutters/cookieplone-templates",
"__cookieplone_template": "project",
"__generator_sha": "8004290a4abc3f581e3111b973522c64c3463683",
"__generator_template_url": "``https://github.com/plone/cookieplone-templates/tree/main/project``",
"__generator_date_long": "2025-08-30 21:08:04",
"__generator_signature": "Generated using Cookieplone (0.9.7)andcookieplone-templates (8004290) on 2025-08-30 17:06:59.159471",
"_template": "gh:plone/cookieplone-templates",
"_output_dir": "/home/flipmcf/WebDev",
"_repo_dir": "/tmp/cookiecutter2yv5p4mq/monorepo",
"_checkout": "main"
},
"_cookiecutter": {
"title": "Pilot Demo",
"description": "Pilot Project Demo for JM",
"project_slug": "pilot-demo",
"hostname": "``pilot-demo.flipmcf.com``",
"author": "Michael McFadden (flipmcf)",
"email": "``flipmcf@gmail.com``",
"use_prerelease_versions": "No",
"plone_version": "6.1.2",
"volto_version": "18.24.0",
"python_package_name": "pilot.demo",
"frontend_addon_name": "volto-pilot-demo",
"language_code": "en",
"github_organization": "flipmcf",
"container_registry": "github",
"devops_storage": "relstorage",
"devops_cache": "1",
"devops_ansible": "1",
"devops_gha_deploy": "1",
"initialize_documentation": "1"
}
}