安装gnuradio并丢失依赖项

问题描述

我正在研究Linux薄荷机,尝试从源代码安装gnuradio。 配置VOLK支持时,会显示

Python checking for python >= 2.7 -found
Python checking for mako>= 0.4.2 - not found
Python checking for six -python 2 and 3 compatibility library -not found

然后它说安装软件包gnuradio出错。

我尝试运行sudo apt-get install -y python3-mako

-->  python3 mako is already the newest version

我也跑过pip3 install six

 --> requirement already satisfied: six in /usr/lib/python3/dist-packages

所以我不确定从这里做什么。这可能是python版本的问题,因为我必须使用python2而不是3吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)