After reading through #3 the error is still occurring.
sudo apt install swig
Then installing FFTW, rtl-sdr, gr-osmosdr, crcmod, watchdog, portaudio, pyaudio, numpy without errors.
Followed by sudo ldconfig I still get the swig import error. See the screenshot showing sudo ldconfig immediately followed by a swig error thrown when trying to run:
tpms_rx --source rtlsdr --if-rate 400000 --tuned-frequency 315000000
After reading through
#3
the error is still occurring.sudo apt install swig
Then installingFFTW
,rtl-sdr
,gr-osmosdr
,crcmod
,watchdog
,portaudio
,pyaudio
,numpy
without errors. Followed bysudo ldconfig
I still get the swig import error. See the screenshot showingsudo ldconfig
immediately followed by aswig
error thrown when trying to run:tpms_rx --source rtlsdr --if-rate 400000 --tuned-frequency 315000000
Any advice would be much appreciated!