espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.32k stars 7.2k forks source link

当我在macbook pro M2上对IDF5.0进行./install.sh时出现如下错误 (IDFGH-8089) #9590

Closed chen784598914 closed 2 years ago

chen784598914 commented 2 years ago

Detecting the Python interpreter Checking "python3" ... Python 3.8.9 "python3" has been detected Checking Python compatibility Installing ESP-IDF tools Current system platform: macos-arm64 Selected targets are: esp32s2, esp32h2, esp32, esp32c2, esp32c3, esp32s3 Installing tools: xtensa-esp-elf-gdb, riscv32-esp-elf-gdb, xtensa-esp32-elf, xtensa-esp32s2-elf, xtensa-esp32s3-elf, riscv32-esp-elf, esp32ulp-elf, esp32s2ulp-elf, openocd-esp32 Skipping xtensa-esp-elf-gdb@11.2_20220529 (already installed) Skipping riscv32-esp-elf-gdb@11.2_20220529 (already installed) Skipping xtensa-esp32-elf@esp-2022r1-RC1-11.2.0 (already installed) Skipping xtensa-esp32s2-elf@esp-2022r1-RC1-11.2.0 (already installed) Skipping xtensa-esp32s3-elf@esp-2022r1-RC1-11.2.0 (already installed) Skipping riscv32-esp-elf@esp-2022r1-RC1-11.2.0 (already installed) Skipping esp32ulp-elf@2.28.51-esp-20191205 (already installed) Skipping esp32s2ulp-elf@2.28.51-esp-20191205 (already installed) Skipping openocd-esp32@v0.11.0-esp32-20220411 (already installed) Installing Python environment and packages Python 3.8.9 pip 20.2.3 from /Users/chenxuezhi/.espressif/python_env/idf5.0_py3.8_env/lib/python3.8/site-packages/pip (python 3.8) Skipping the download of /Users/chenxuezhi/.espressif/espidf.constraints.v5.0.txt because it was downloaded recently. If you believe that this is causing you trouble then remove it manually and re-run your install script. Installing Python packages Constraint file: /Users/chenxuezhi/.espressif/espidf.constraints.v5.0.txt Requirement files:

chen784598914 commented 2 years ago

Looking in indexes: http://pypi.douban.com/simple/ Requirement already satisfied: cryptography in /Users/chenxuezhi/Library/Python/3.8/lib/python/site-packages (37.0.4) Requirement already satisfied: cffi>=1.12 in /Users/chenxuezhi/Library/Python/3.8/lib/python/site-packages (from cryptography) (1.15.1) Requirement already satisfied: pycparser in /Users/chenxuezhi/Library/Python/3.8/lib/python/site-packages (from cffi>=1.12->cryptography) (2.21)

chen784598914 commented 2 years ago

更新到release/5.0版本以后的问题已经解决