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

Error when creating a new project #119

Open
SirMOB opened this issue Sep 29, 2023 · 0 comments
Open

Error when creating a new project #119

SirMOB opened this issue Sep 29, 2023 · 0 comments

Comments

@SirMOB
Copy link

SirMOB commented Sep 29, 2023

After running cookiecutter https://github.com/at-gmbh/at-python-template in my conda environment and after configuration, I get following error:

Error: failed to remove files - [WinError 2] The system cannot find the file specified: 'environment-dev.yml'
ERROR: Stopping generation because post_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)

Python version 3.11.5
Cookiecutter version 2.1.1 / 2.2.3 / 2.3.1 (I tried multiple versions)

My configuration was:

full_name [Jane Doe]: Michael Oberhauser
company_name []:
email [[email protected]]: [email protected]
project_name [My Project]: Name
project_slug [name]:
module_name [name]:
project_short_description [A short summary of the project]:
Select package_manager:
1 - conda
2 - pip
3 - poetry
Choose from 1, 2, 3 [1]: 3
Select use_notebooks:
1 - no
2 - yes
Choose from 1, 2 [1]: 2
Select use_docker:
1 - no
2 - yes
Choose from 1, 2 [1]: 2
Select ci_pipeline:
1 - none
2 - gitlab
Choose from 1, 2 [1]: 2
Select create_cli:
1 - no
2 - yes
Choose from 1, 2 [1]: 1
Select config_file:
1 - none
2 - hocon
3 - yaml
Choose from 1, 2, 3 [1]: 3
Select code_formatter:
1 - none
2 - black
Choose from 1, 2 [1]: 2
Select editor_settings:
1 - none
2 - pycharm
3 - vscode
Choose from 1, 2, 3 [1]: 3

What do I do wrong?

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

1 participant