gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

PyBombs create an empty GnuRadio-3.8 folder while installing GnuRadio-3.10 in the gr310 folder #616

Closed LionSoft91 closed 2 years ago

LionSoft91 commented 2 years ago

I have a problem when installing GnuRadio 3.10 using the main branch.

image

Previously, I installed the gr 3.8 version but I removed it (using rm -rf /GnuRadio-3.8/) before installing the new version.

How can I solve this problem?

LionSoft91 commented 2 years ago

It was simply because of the old default_prefix configuration (for me it was GnuRadio-3.8). I just redefined it using this command: pybombs config default_prefix {prefix_name}