-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pothos not running on MacOS Sierra 10.12 #152
Comments
Does this help?
I think it would help to know where files are installed, you may just need to set the PYTHONPATH Also what does |
It looks the same for me. 500e3 is at nyquist when the sample rate is 1e6, so the tone isnt going to be on the very edge of the plot as far as the python, can you show the output of brew install with verbose? Also, can you try --with-python3? |
Can you attach the output of |
brew install soapysdr --with-python3 -verbose
|
But i still get the same error... |
also tried to install soapy_power by pip, but same result: pip install soapy_power |
Looks like brew used python3.6 and this Anaconda3 is using python3.5. So these are two completely different installations of python. Can you install soapypower under the homebrew python environment instead? |
thanks so much for your help!!! |
No idea, but you probably have a lot of options:
If you figure it out, let us know, so it can be documented, thanks! |
Dear all,
I tried to make Pothos run on MacOS with LimeSDR, but without any success.
I installed everything according to the instructions on the build page using brew.
I can run PothosGUI, but then when I run a simple example, the plotters do not show up... nothing happens
I try to run a simple python example and then I get the error that SoapySDR module is not found...
I use Anaconda python, and it seems that the SoapySDR is not in the path or something. I tried to install with the python3 flag, but that did not help either...
Can anybody help?
The text was updated successfully, but these errors were encountered: