If you need to use gr-osmosdr and gr-iqbal, you need to install gnuradio-3.8 because those packages do not support gnuardio-3.9 yet.
Version 3.9 is the "bleeding edge".
I've never used pybombs to install software - I just use git - but you need to tell pybombs you want to install gnuradio 3.8.
If you ask on the gnuradio mailing list, they can tell you how to force pybombs to install version 3.8.
Alternatively, if you're running Ubuntu 20, I believe you can install the Ubuntu version by typing
apt install gnuradio
which will install version 3.8.
-- Cinaed
On 4/10/21 2:30 AM, alberto.alletto@alice.it wrote:
Tnx for your help. Before your reply i have used this command:
alberto@alberto-Studio-XPS-1340:~$ pybombs prefix init ~/prefix-3.9 -R gnuradio-default alberto@alberto-Studio-XPS-1340:~$ pybombs install gr-osmosdr [INFO] Prefix Python version is: 3.8.5 [INFO] PyBOMBS Version 2.3.4 [INFO] Phase 1: Creating install tree and installing binary packages: Install tree: | - gr-osmosdr | +- gr-fcdproplus | +- bladeRF | +- airspyhf | +- hackrf | +- gr-iqbal | | | - libosmo-dsp | +- airspy | +- soapysdr | +- rtl-sdr | - osmo-sdr [INFO] Phase 1 complete: All binary dependencies installed. [INFO] Phase 2: Recursively installing source packages to prefix: [INFO] Installing package: osmo-sdr fatal: impossibile accedere a 'https://git.osmocom.org/osmo-sdr/': Failed to connect to git.osmocom.org port 443: Connessione scaduta error: Impossibile recuperare osmo-sdr [ERROR] Unexpected error while fetching git+https://git.osmocom.org/osmo-sdr. [ERROR] Command '['git', 'remote', 'update', 'osmo-sdr']' returned non-zero exit status 1. [ERROR] Problem occurred while building package osmo-sdr: Unable to fetch recipe osmo-sdr [ERROR] Error installing package osmo-sdr. Aborting.
So...another problem ....: [INFO] Installing package: osmo-sdr fatal: impossibile accedere a 'https://git.osmocom.org/osmo-sdr/': Failed to connect to git.osmocom.org port 443: Connessione scaduta error: Impossibile recuperare osmo-sdr [ERROR] Unexpected error while fetching git+https://git.osmocom.org/osmo-sdr. [ERROR] Command '['git', 'remote', 'update', 'osmo-sdr']' returned non-zero exit status 1. [ERROR] Problem occurred while building package osmo-sdr: Unable to fetch recipe osmo-sdr [ERROR] Error installing package osmo-sdr. Aborting.
----Messaggio originale---- Da: cinaed.simson@gmail.com Data: 9-apr-2021 20.28 A: <osmocom-sdr@lists.osmocom.org> Ogg: Re: problem to install gr-osmosdr Hi Alberto - actually, everything will work at the moment without gr-iqbal. Type gnuradio-config-info -v and post the output on this mailing list. The reason gr-iqbal failed is because gr-iqbal thinks you install gnuradio-3.9 instead of gnuradio-3.8. -- Cinaed