Giter Site home page Giter Site logo

"list contains invalid format!" about shinysdr HOT 3 CLOSED

kpreid avatar kpreid commented on August 29, 2024
"list contains invalid format!"

from shinysdr.

Comments (3)

kpreid avatar kpreid commented on August 29, 2024 1

If I recall correctly, this can happen when you have a gr-osmosdr version that was compiled against a different gnuradio version than you have installed; I had this problem on my Ubuntu machine when I had some of {gnuradio libraries and gr-osmosdr} installed from Ubuntu defaults and some from the Gqrx PPA.

Please review what packages or local builds (i.e. /usr/local/lib/...) you have installed for gnuradio and gr-osmosdr and make sure they're all from the same source.

from shinysdr.

robtro avatar robtro commented on August 29, 2024

Oh, and this occurs right at the moment where i click 'Run'

from shinysdr.

ch0mik avatar ch0mik commented on August 29, 2024

I got the same.

My installed version

sudo apt-get install git-core autoconf automake cmake build-essential libusb-dev libusb-1.0-0-dev libboost1.55-all-dev python2.7 libpulse-dev python-setuptools alsa-utils

cd ~/
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig

cd ~/
git clone https://github.com/EliasOenal/multimonNG.git
cd multimonNG
mkdir build
cd build
cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
lub
qmake ../multimon-ng.pro
make
sudo make install
sudo ldconfig

cd ~/
git clone http://gnuradio.org/git/gnuradio.git
cd gnuradio
mkdir build
cd build
cmake ../
make all
sudo make install
sudo ldconfig

cd ~/
git clone git://git.osmocom.org/gr-osmosdr
cd gr-osmosdr/
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

cd ~/
git clone https://github.com/kpreid/shinysdr
cd shinysdr
sudo ./fetch-js-deps.sh
python setup.py build
sudo python setup.py install
python -m shinysdr.main --create shinysdr.conf
sudo python -m shinysdr.main shinysdr.conf

from shinysdr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.