-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cookieplone does not accept a project name that exists of only one word #34
Comments
This was referenced Aug 26, 2024
Closed
same with Cookieplone 0.8.0 A tripled namespace + /home/astro/Plone6/Test/test-plone-something/backend/.venv/bin/uv pip install -r requirements-mxdev.txt
error: Build backend failed to determine requirements with `build_editable()` (exit status: 1)
[stderr]
error in test.plone.kwk setup command: Distribution contains no modules or packages for namespace package 'test.plone'
make[2]: *** [Makefile:69: build-dev] Error 2
make[2]: Leaving directory '/home/astro/Plone6/Test/test-plone-something/backend'
make[1]: *** [Makefile:63: backend-install] Error 2
make[1]: Leaving directory '/home/astro/Plone6/Test/test-plone-something'
make: *** [Makefile:89: install] Error 2 |
@acsr The fix for this was just merged today in plone/cookieplone-templates#86 -- please try again |
THX here as well. works! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cookieplone only accepts project names with multiple words. Otherwise there is a traceback. For example a project name plone6test is not valid.
The text was updated successfully, but these errors were encountered: