espressif / esp-idf

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

linux环境下,执行install.sh脚本下载安装很慢 (IDFGH-13647) #14528

Open KinBotFighting opened 1 week ago

KinBotFighting commented 1 week ago

Answers checklist.

IDF version.

v4.4

Operating System used.

Linux

How did you build your project?

Command line with Make

If you are using Windows, please specify command line type.

None

What is the expected behavior?

执行install.sh后很快就好了。

What is the actual behavior?

一直卡在install.sh脚本里面。

Steps to reproduce.

1.依赖已经完成; 2.代码是我直接下载包解压; 3.也执行了export IDF_GITHUB_ASSETS="dl.espressif.com/github_assets" 4.到install.sh,下载了很久一直会有提示 INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. 有时候就会被中断,然后就重新install.sh,下载了很久还没完成

Build or installation Logs.

No response

More Information.

No response

dobairoland commented 1 week ago

Hi @KinBotFighting. What is the version of the Linux OS you are using? You might be able to work around your issue if you try to change the pip version you are using. Either is too old or it is too new with an unresolved bug.

Have you upgraded or downgraded your Linux OS version recently? Switching back to the previous version could help you.

Also please note that ESP-IDF v4.4 is End of life and we cannot provide fixes for it. See https://www.espressif.com/sites/default/files/advisory_downloads/AR2024-008%20End-of-Life%20Advisory%20for%20ESP-IDF%20v4.4%20Release%20Branch%20EN.pdf for more information.