kpreid / shinysdr

Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
https://shinysdr.switchb.org/
GNU General Public License v3.0
1.07k stars 115 forks source link

setup.py fetch_deps not retrieving measviz and jasmine #141

Closed eadmaster closed 4 years ago

eadmaster commented 4 years ago

when i run python setup.py fetch_deps it downloads text.js and require.js files but the measviz, jasmine, etc. subdirs stays empty.

kpreid commented 4 years ago

Did you perform a git clone to obtain ShinySDR? The parts you mention will not work if you downloaded a zip from GitHub because the submodule information will be missing.

If that's not the problem, then please try running just the command git submodule update --init and post its output.

eadmaster commented 4 years ago

Did you perform a git clone to obtain ShinySDR?

thank you, that solved the problem!