完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
使用离线包安装IDF工具后,cmd窗口能正常运行脚本和编译,但在启动powershell窗口时却提示错误,如下:
Windows PowerShell 版权所有 (C) 2009 Microsoft Corporation。保留所有权利。 Using Python in C:Espressifpython_envidf4.4_py3.8_envScripts Python 3.8.7 Using Git in C:Espressiftoolsidf-git2.34.2cmd git version 2.34.1.windows.1 Setting IDF_PATH: Adding ESP-IDF tools to PATH... C:Espressiftoolsidf-python3.8.7python.exe: can't open file '/tools/idf_tool s.py': [Errno 2] No such file or directory 请如何处理呢? |
|
相关推荐
1个回答
|
|
在PowerShell中,环境变量的设置与cmd窗口有所不同。以下是一些建议来解决这个问题:
1. 首先,确保您已经正确安装了ESP-IDF工具。检查`C:Espressif`目录下是否存在所需的工具和脚本。 2. 在PowerShell中,您需要手动设置环境变量。打开PowerShell,然后执行以下命令: ```powershell $env:PYTHONPATH="C:Espressifpython_envidf4.4_py3.8_envLibsite-packages" $env:PATH="C:Espressiftoolsidf-git;C:Espressiftoolsidf-python3.8.7;$env:PATH" ``` 这将设置Python的路径和添加ESP-IDF工具到系统路径。 3. 检查`C:Espressiftoolsidf-python3.8.7`目录下是否存在`idf_tools.py`文件。如果不存在,您可能需要重新下载或安装ESP-IDF工具。 4. 如果问题仍然存在,请尝试以管理员身份运行PowerShell。右键点击PowerShell图标,然后选择“以管理员身份运行”。 5. 如果以上方法都无法解决问题,您可以尝试在PowerShell中使用完整路径来运行脚本,例如: ```powershell & "C:Espressiftoolsidf-python3.8.7python.exe" "C:Espressiftoolsidfexport.bat" ``` |
|
|
|
只有小组成员才能发言,加入小组>>
350 浏览 0 评论
1196 浏览 1 评论
590浏览 6评论
484浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
468浏览 5评论
467浏览 4评论
445浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-29 19:19 , Processed in 0.808216 second(s), Total 80, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (威廉希尔官方网站 图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号