能否说明一下测试条件,在哪些系统下做过测试
能否确保发布前进行各个不同的新系统环境的安装测试再发布,现在虚拟机条件下做这个测试还是很方便的呀
Search found 3 matches
- Mon Nov 25, 2019 4:40 am
- Forum: ESP-IDF 中文讨论版
- Topic: 想问一下sdk发布前是怎么做测试的,为什么很多人安装都不成功
- Replies: 0
- Views: 2655
- Mon Nov 25, 2019 4:33 am
- Forum: ESP-IDF 中文讨论版
- Topic: requirements.txt
- Replies: 1
- Views: 3573
Re: requirements.txt
你可以到esp-idf的安装目录(requirements.txt所在的文件夹)下执行安装
安装时去掉引用的路径部分,这样就可以完成这一步了
esp-idf>python -m pip install --user -r requirements.txt
安装时去掉引用的路径部分,这样就可以完成这一步了
esp-idf>python -m pip install --user -r requirements.txt
- Mon Nov 25, 2019 4:30 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP-IDF 工具安装器 安装过程出错
- Replies: 1
- Views: 5572
Re: ESP-IDF 工具安装器 安装过程出错
遇到同样问题,昨天测试的是2.0的安装工具,今天看到升级到2.1了,也不行
卡在
Running command: powershell -ExecutionPolicy ByPass -File "C:\Users\xxxxxx\.espressif\dist\tools_WD_excl.ps1" -AddExclPath "C:\Users\xxxxxx\.espressif\*.exe"
一直不过
环境是
win7 64位
python 3.73
git 2.1
esp-idf3.3
卡在
Running command: powershell -ExecutionPolicy ByPass -File "C:\Users\xxxxxx\.espressif\dist\tools_WD_excl.ps1" -AddExclPath "C:\Users\xxxxxx\.espressif\*.exe"
一直不过
环境是
win7 64位
python 3.73
git 2.1
esp-idf3.3