使用PyBOMBS安装gnuradio出现libvolk与uhd相关问题
问题描述:
安装参考来自于清华大学开源软件的镜像链接为:https://mirrors.tuna.tsinghua.edu.cn/help/pybombs/
在执行pybombs install gnuradio时出现以下错误
fatal: 无法访问 'https://github.com/gnuradio/volk.git/':GnuTLS recv error (-54): Error in the pull function.
error: 不能获取 libvolk
[ERROR] Unexpected error while fetching git+https://github.com/gnuradio/volk.git.
[ERROR] Command '['git', 'remote', 'update', 'libvolk']' returned non-zero exit status 1.
[ERROR] Problem occurred while building package libvolk:
Unable to fetch recipe libvolk
[ERROR] Error installing package libvolk. Aborting.
于是单独clone volk使用指令git clone git://github.com/gnuradio/volk.git/
完成后再次执行pybombs install gnuradio出现以下错误
[INFO] Phase 1 complete: All binary dependencies installed.
[INFO] Phase 2: Recursively installing source packages to prefix:
[INFO] I

在使用PyBOMBS安装gnuradio时遇到libvolk和uhd相关错误。通过单独clone并安装volk和uhd,以及执行特定命令解决依赖问题,最终成功安装gnuradio。此过程解决了安装过程中出现的多个错误,详细步骤可供遇到同样问题的读者参考。

3663

被折叠的 条评论
为什么被折叠?



