You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I had recently installed GNU Radio 3.8 with PyBOMBS. Then, I have tried to install gr-iqbal but I have obtained the following result:
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-iqbal
[INFO] Phase 1 complete: All binary dependencies installed.
[INFO] Phase 2: Recursively installing source packages to prefix:
[INFO] Installing package: gr-iqbal
[WARNING] Build dir already exists: /home/fdgm0001/pybombs/bladeRF/src/gr-iqbal/build
Configuring: (100%) [===================================================================================================]
[WARNING] Configuration failed. Re-trying with higher verbosity.
CMake Error at CMakeLists.txt:32 (find_package):
Could not find a configuration file for package "Gnuradio" that is
compatible with requested version "3.9".
The following configuration files were considered but not accepted:
/home/fdgm0001/pybombs/bladeRF/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.1.0
-- Configuring incomplete, errors occurred!
See also "/home/fdgm0001/pybombs/bladeRF/src/gr-iqbal/build/CMakeFiles/CMakeOutput.log".
[ERROR] Configuration failed after running at least twice.
[ERROR] Problem occurred while building package gr-iqbal:
Configuration failed
[ERROR] Error installing package gr-iqbal. Aborting.
Attending to the result, I understand that the GNU Radio version should be 3.9. However, I don't know how to install this version with PyBOMS. It is possible to solve the problem without install GNU Radio again?
The text was updated successfully, but these errors were encountered:
Thanks for posting the issue. I've opened an issue on the recipes repository, that's where a fix would have to happen. I've left some comments on the other issue here: gnuradio/gnuradio#4154
Hi all, I had recently installed GNU Radio 3.8 with PyBOMBS. Then, I have tried to install gr-iqbal but I have obtained the following result:
Attending to the result, I understand that the GNU Radio version should be 3.9. However, I don't know how to install this version with PyBOMS. It is possible to solve the problem without install GNU Radio again?
The text was updated successfully, but these errors were encountered: