Skip to content
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

Boss fails to create a cement app #32

Open
dkamit opened this issue Jan 2, 2017 · 2 comments
Open

Boss fails to create a cement app #32

dkamit opened this issue Jan 2, 2017 · 2 comments

Comments

@dkamit
Copy link

dkamit commented Jan 2, 2017

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

@tumbak
Copy link

tumbak commented Feb 25, 2017

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@

@Rodrigo2018
Copy link

Rodrigo2018 commented Aug 14, 2017

After installing Boss, execute:

boss sync

Then, install pyYaml package for Python:

pip install pyYaml

Now, you can try the failing command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants