gnuradio-companion在gnuradio-3.7.13.4上对我来说工作正常,但是在配置gnuradio-3.8.0.0进行编译时无法选择。在配置gnuradio-3.8.0.0时,cmake会报告以下内容:
iconCode= weatherResponse.getCode();
String iconUrl = "http://openweathermap.org/img/w/" + iconCode + ".png";
Picasso.with(getApplicationContext()).load(iconUrl).into(weatherImage);
现在,gnuradio-companion现在具有其他依赖性。任何人都可以帮忙解决这个问题吗?
编辑:缺少的依赖项是PyYAML。安装完成后,gnuradio-companion可以编译,并且可以正常工作。