Code: Select all
ERROR: Could not find a version that satisfies the requirement windows-curses (from versions: none)
ERROR: No matching distribution found for windows-curses
Traceback (most recent call last):
File "C:\_esp-idf-v5.0.4\esp-idf-v5.0\tools\idf_tools.py", line 2529, in <module>
main(sys.argv[1:])
File "C:\_esp-idf-v5.0.4\esp-idf-v5.0\tools\idf_tools.py", line 2521, in main
action_func(args)
File "C:\_esp-idf-v5.0.4\esp-idf-v5.0\tools\idf_tools.py", line 2038, in action_install_python_env
subprocess.check_call(run_args, stdout=sys.stdout, stderr=sys.stderr, env=env_copy)
File "C:\Python\Python312\Lib\subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Users\\ralph\\.espressif\\python_env\\idf5.0_py3.12_env\\Scripts\\python.exe', '-m', 'pip', 'install', '--no-warn-script-location', '-r', 'C:\\_esp-idf-v5.0.4\\esp-idf-v5.0\\tools\\requirements\\requirements.core.txt', '--upgrade', '--constraint', 'C:\\Users\\ralph\\.espressif\\espidf.constraints.v5.0.txt', '--extra-index-url', 'https://dl.espressif.com/pypi']' returned non-zero exit status 1.
ErrorError