Install Scripts - x86 64 Bit Systems not working

hi everyone

wanted to try to install KrakenRF on ubuntu 22.04

followed the instructions

wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_x86_install_doa.sh
sudo chmod +x krakensdr_x86_install_doa.sh
./krakensdr_x86_install_doa.sh

getting the below error when i start kraken_doa


"
./kraken_doa_start.sh: line 4: conda: command not found
./kraken_doa_start.sh: line 5: conda: command not found
Shut down DAQ chain …
Config file check bypassed [ WARNING ]
kernel.sched_rt_runtime_us = -1
Traceback (most recent call last):
File “/home/c4/krakensdr_doa/heimdall_daq_fw/Firmware/fir_filter_designer.py”, line 16, in
from scipy import signal
ModuleNotFoundError: No module named ‘scipy’
DAQ chain not started!
Starting KrakenSDR Direction Finder
Web Interface Running at 0.0.0.0:8080
PHP Data Out Server Running at 0.0.0.0:8081
"

from ui.log

"
Traceback (most recent call last):
File “/home/c4/krakensdr_doa/krakensdr_doa/_UI/_web_interface/kraken_web_interface.py”, line 32, in
import dash_core_components as dcc
ModuleNotFoundError: No module named ‘dash_core_components’
"

im sure i did something wrong :slight_smile:
hoping to figure it out

This indicates that the script most likely failed at some point and didn’t complete the conda installation.

If this happens the best way is to troubleshoot is to copy the script lines one by one as if you were manually installing the software, and then see where it fails.