Espressif IDF Tools Manager -> Install Tools

tabulous
Posts: 34
Joined: Thu Nov 14, 2019 8:58 am

Espressif IDF Tools Manager -> Install Tools

Postby tabulous » Wed Dec 18, 2019 3:48 pm

Seems to be getting this error ???



Installing tools...
This can take a while. Please be patient.
Executing C:\Users\leetr\AppData\Local\Programs\Python\Python38-32\python.exe C:\esp-idf\tools\idf_tools.py install all
Installing tools: xtensa-esp32-elf, esp32ulp-elf, cmake, openocd-esp32, mconf, ninja, idf-exe, ccache
Skipping xtensa-esp32-elf@esp32-2019r1-8.2.0 (already installed)
Skipping esp32ulp-elf@2.28.51.20170517 (already installed)
Skipping cmake@3.13.4 (already installed)
Skipping openocd-esp32@v0.10.0-esp32-20190313 (already installed)
Skipping mconf@v4.6.0.0-idf-20190628 (already installed)
Skipping ninja@1.9.0 (already installed)
Skipping idf-exe@1.0.1 (already installed)
Skipping ccache@3.7 (already installed)

Executing C:\Users\leetr\AppData\Local\Programs\Python\Python38-32\python.exe C:\esp-idf\tools\idf_tools.py install-python-env
fatal: not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
File "C:\esp-idf\tools\idf_tools.py", line 1317, in <module>
main(sys.argv[1:])
File "C:\esp-idf\tools\idf_tools.py", line 1313, in main
action_func(args)
File "C:\esp-idf\tools\idf_tools.py", line 1112, in action_install_python_env
idf_python_env_path, _, virtualenv_python = get_python_env_path()
File "C:\esp-idf\tools\idf_tools.py", line 813, in get_python_env_path
idf_version_str = subprocess.check_output(['git', '-C', global_idf_path, 'describe', '--tags'], cwd=global_idf_path, env=os.environ).decode()
File "C:\Users\leetr\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\leetr\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', '-C', 'C:\\esp-idf', 'describe', '--tags']' returned non-zero exit status 128.


Executing C:\Users\leetr\AppData\Local\Programs\Python\Python38-32\python.exe C:\esp-idf\tools\idf_tools.py export --format=key-value
fatal: not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
File "C:\esp-idf\tools\idf_tools.py", line 1317, in <module>
main(sys.argv[1:])
File "C:\esp-idf\tools\idf_tools.py", line 1313, in main
action_func(args)
File "C:\esp-idf\tools\idf_tools.py", line 953, in action_export
idf_python_env_path, idf_python_export_path, virtualenv_python = get_python_env_path()
File "C:\esp-idf\tools\idf_tools.py", line 813, in get_python_env_path
idf_version_str = subprocess.check_output(['git', '-C', global_idf_path, 'describe', '--tags'], cwd=global_idf_path, env=os.environ).decode()
File "C:\Users\leetr\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\leetr\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', '-C', 'C:\\esp-idf', 'describe', '--tags']' returned non-zero exit status 128.

Who is online

Users browsing this forum: CatNoir and 113 guests