You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reproduced the creation but did successfully create a project. So I don't know what was the issue, but it seems to be resolved. Therefore i will close this issue. If there are further problems occuring please reach out.
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: