jketterl / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://www.openwebrx.de
GNU Affero General Public License v3.0
1.02k stars 146 forks source link

Error during start #45

Closed sm4xas closed 4 years ago

sm4xas commented 4 years ago

Just cloned the rep, as I did a few days ago on a Pi. git clone https://github.com/jketterl/openwebrx/

Got this error:

OpenWebRX - Open Source SDR Web App for Everyone! | for license see LICENSE file in the package


Author contact info: Jakob Ketterl, DD5JFK dd5jfk@darc.de

Traceback (most recent call last): File "./openwebrx.py", line 6, in main() File "/home/pi/openwebrx/owrx/main.py", line 33, in main pm = PropertyManager.getSharedInstance().loadConfig() File "/home/pi/openwebrx/owrx/config.py", line 140, in loadConfig cfg = importlib.util.module_from_spec(spec) AttributeError: 'module' object has no attribute 'module_from_spec'

Any ideas? Docker version works however I cannot get the rtl_sdr_soapy to work so I would like to be able to run /features to see if it detecs it. SoapyRTLSDR installed and working.

jketterl commented 4 years ago

could be the python version. what are you using? minimum is 3.5 right now.

jketterl commented 4 years ago

the docker version doesn't include the rtl_sdr soapy driver. i can include it in the next build, if that helps.

sm4xas commented 4 years ago

Please do. I'll try it on my other Pi3, right now I'm testing on my Pi2 and it's probably too old dist. The latest python in the reps is 3.4.2.

jketterl commented 4 years ago

alright, the builds just went through, docker images should now include the soapy module. the config still needs to be edited though.

jketterl commented 4 years ago

closing this since rtl_sdr_soapy and direct_sampling are reported working in multiple cases.