-
Say you have a dep tree as such:
```
pkg1
\-+ pkg2
|
\- pkg3
```
Now imagine you've installed pkg3 from source. The only correct way to continue is to also build pkg2 and pkg1 from source, too. …
-
Hi there,
i have installed grgsm and gnuradio with pybombs, but it doesnt works good with my Hackrf.
if i compiled gr-gsm from source and type in cmake ..
it gives me this Output:
root@HackRF:~/…
-
Hello,
I'm getting the following error:
```
error: Setup script exited with error in ruamel.yaml setup command: Invalid environment marker: platform_python_implementation=="CPython" and python_…
-
Hi I've been looking into the GNU radio block support. specifically with the gr-pothos.
Specifically the Utility Assumptions https://github.com/pothosware/gr-pothos/wiki#utility-assumptions
- Ther…
-
Complete the required/suggested templated inclusions for gnuradio modules.
Follow the example set by gr-satellites, which an exemplar of good practice.
-
Hello,
After installing GnuRadio 3.10 on Ubuntu 22.04 using PyBombs, I got this error:
![ModNotFound](https://user-images.githubusercontent.com/83361182/165333966-733237fa-6962-44fb-bd31-1dfdc8…
-
Hello, I am working to install gr-gsm and receiving this error every install attempt
CMake Error at CMakeLists.txt:150 (message):
GnuRadio Runtime required to compile gr-gsm
I have manually…
-
Often I find that I install OOT modules to a directory separate from my base gnuradio install in order to keep my base GR install clean and make nuking my OOT easy if I need to completely rebuild and …
-
If we have a list of packages to install, say `['pkg1', 'pkg2', 'pkg3' ]` and if `pkg1` is uninstallable, pybombs exits the whole installation procedure and doesn't install `pkg2 and pkg3` as well. It…
-
### What happened?
The calculations for SIN and COS are not consistent depending on sample rate or even which blocks are used. See the attached flowgraph. Using a signal source set to sine or cosine …