-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
Answers checklist.
- I have read the documentation XiaoZhi AI Programming Guide and the issue is not addressed there.
- I have updated my branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
XiaoZhi AI version.
v2.0.3-16-g460ec6e
Operating System used.
macOS
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
使用idf.py set-target esp32s3 应该可以编译成功
What is the actual behavior?
CMake Error at /Users/longge/esp/esp-idf/tools/cmake/build.cmake:693 (message):
WARNING: Component "espressif2022/image_player" not found
WARNING: The following versions of the "txp666/otto-emoji-gif-component"
component have been yanked:
- 1.0.2 (reason: "1.0.2")
We recommend that you update to a different version. Please note that
continuing to use a yanked version can result in unexpected behavior and
issues with your project.
WARNING: Component "espressif2022/image_player" not found
WARNING: The following versions of the "txp666/otto-emoji-gif-component"
component have been yanked:
- 1.0.2 (reason: "1.0.2")
We recommend that you update to a different version. Please note that
continuing to use a yanked version can result in unexpected behavior and
issues with your project.
ERROR: Because project depends on espressif2022/image_player (==1.1.0~1)
which doesn't match any versions, version solving failed.
Call Stack (most recent call first):
/Users/longge/esp/esp-idf/tools/cmake/project.cmake:739 (idf_build_process)
CMakeLists.txt:13 (project)
Steps to reproduce.
- Step
- Step
- Step
...
Build or installation Logs.
More Information.
No response