-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"树莓派5 编译错误"- v2.13 编译报错 cd09a8e01、环境信息:(Debian arm64 ----armv8 ) ,经检查“cd09a8e01”是git describe --always 值 #10520
Comments
@hong19860320 我已经找到原因,是因为python3.10的setuptools版本(69.5.1)太高了,使用pip install --upgrade setuptools==58.0.4 就可以编译通过,但是编译生成的whl安装之后版本是cd09a8e,是git的记录值,希望后面的版本能优化一下,兼容新的setuptools值 |
@hong19860320 这会导致我在安装的时候提示问题: |
直接设置 PADDLELITE_TAG=v2.13-rc 试试? Paddle-Lite/lite/api/python/setup.py.in Line 31 in 062bd0b
PADDLELITE_VERSION = 'v0.0.' + PADDLELITE_COMMITE |
您好,如果没有进一步的问题,我先把这个issue关闭了。如果还有问题,您随时可以 Reopen。 |
1)Paddle Lite 版本:v2.13
2)Host 环境:树莓派5、Debian: 12.5---armv8 ----aarch64 GNU/Linux
2)本地编译:./lite/tools/build_linux.sh --with_python=ON --with_cv=ON
经检查 "树莓派5 编译错误"- v2.13 编译报错、环境信息: (Linux raspberrypi 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux) #10517 :报错内容cd09a8e01 为是git describe --always 的版本号:
The text was updated successfully, but these errors were encountered: