We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I tried to create cement app using the Boss template. As per cement app documentation from the link I executed
boss create ./myapp -t boss:cement-app
fails with the error as below BossTemplateError: No supported config found.
BossTemplateError: No supported config found.
Your help is much-appreciated thanks
The text was updated successfully, but these errors were encountered:
I had the same issue, solved it by installing boss into a venv and created the following as boss.yml in the same directory as the venv.
variables: version: Version module: Python Module Name project: Project Name description: Project Description creator: Project Creator email: Project Creator Email license: License url: Project Url external_files: .gitignore: https://raw.github.com/github/gitignore/master/Python.gitignore LICENSE: https://raw.github.com/datafolklabs/license/master/@license@
Sorry, something went wrong.
After installing Boss, execute:
boss sync
Then, install pyYaml package for Python:
pip install pyYaml
Now, you can try the failing command.
No branches or pull requests
Hi
I tried to create cement app using the Boss template.
As per cement app documentation from the link I executed
boss create ./myapp -t boss:cement-app
fails with the error as below
BossTemplateError: No supported config found.
Your help is much-appreciated thanks
The text was updated successfully, but these errors were encountered: