gnuradio is giving odd results with errors about missing libraries that are installed on MacOS #5717
Unanswered
ITmaze
asked this question in
Everyday usage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
gnuradio
installs as expected and launches fine. I am attempting to follow this example:When I use the
ZMQ PUB SINK
andZMQ SUB SOURCE
blocks in the two example files and attempt to run them, I get the following output (the output is different between the two scripts, in that the filename of the script is different):However, this is already installed:
Similarly, if I attempt to run the generated python script from the command line, I get the following error:
This is also already installed:
I also had to install
python-matplotlib
manually, since this does not appear to have been installed by thegnuradio
installer. I note that the launch error also shows thatmatplotlib
isn't found.I think there are at least two issues:
python
from finding its libraries.python-matplotlib
, but even when it's manually installed, the library isn't found.I've completely removed gnuradio with
brew remove gnuradio
, then usedbrew autoremove
and removed the manually installed packages (python-matplotlib
andpyqt@5
), then reinstalled to confirm the above.I've attached the installation log from my terminal.
Any assistance would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions