Problem with Pi5 Image

I am using Kraken SDR with Pi5 for some time, i was modifying ethernet and DHCP settings. After modifications started up system as usual, after executing ./kraken_doa_start.sh web interface is no longer reachable. I noticed there is error: ModuleNotFoundError: No module named ‘scipy’, DAQ chain not started. What happened and how to fix it?

ModuleNotFoundError: No module named ‘scipy’, DAQ chain not started

This indicates that something is wrong with your conda install. Either conda is not activated, or you’re missing packages. It’s not related to the Ethernet and DHCP settings.

Are you using the Pi 5 image, or a custom install?

I am using Pi5 image. Everything was working well, after i made some modifications i ended up with this problem.

Can you please describe in greater detail what modifications you made?

Hello, so i did : 1. sudo apt update, 2. sudo apt install dnsmasq, 3. sudo nano /etc/dnsmasq.conf, there i created DHCP range for assign IP to my Pi5 running Android OS . After these steps My Pi5 Running Android OS has IP assigned by Pi5 running Kraken image, but i have previously mentioned problems with: No module named ‘scipy’

Those changes should have no effect on the actual Kraken software, I can’t see how they would uninstall scipy in the conda environment.

Can you try from a fresh image? You shouldn’t need to install anything, you should just be able to use the OS desktop GUI and the built-in Raspbian network manager to make any network changes that you require.

Hello! Friend helped out, Problem was following, when i flashed SD
card with kraken image i used image personalization and changed user name. It created problem with locating things in directories . Currently everything works without problems.

Thanks for following up. I’ve made it more clear in the Wiki documentation that the login details should not be customized when flashing.

1 Like