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
After running cookiecutter https://github.com/at-gmbh/at-python-template in my conda environment and after configuration, I get following error:
cookiecutter https://github.com/at-gmbh/at-python-template
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: