after upgrade flet to 0.24.0 (flet create ) not work #3908
Closed
abdokhalil07
started this conversation in
General
Replies: 1 comment
-
Can you retry rn, it has been fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
log{
Traceback (most recent call last):
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\site-packages\cookiecutter\vcs.py", line 115, in clone
subprocess.check_output( # nosec
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', 'checkout', '0.24.0']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Scripts\flet.exe_main.py", line 7, in
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\site-packages\flet\cli\cli.py", line 88, in main
args.handler(args)
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\site-packages\flet\cli\commands\create.py", line 67, in handle
cookiecutter(
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\site-packages\cookiecutter\main.py", line 80, in cookiecutter
base_repo_dir, cleanup_base_repo_dir = determine_repo_dir(
^^^^^^^^^^^^^^^^^^^
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\site-packages\cookiecutter\repository.py", line 108, in determine_repo_dir
cloned_repo = clone(
^^^^^^
File "C:\Users\abdelrahman\AppData\Local\Programs\Python\Python311\Lib\site-packages\cookiecutter\vcs.py", line 128, in clone
raise RepositoryCloneFailed(
cookiecutter.exceptions.RepositoryCloneFailed: The 0.24.0 branch of repository https://github.com/flet-dev/flet-app-templates.git could not found, have you made a typo?
}
Beta Was this translation helpful? Give feedback.
All reactions