ballistica icon indicating copy to clipboard operation
ballistica copied to clipboard

Cannot start bombSquad server on Raspberry Pi

Open akshaymane920 opened this issue 1 year ago • 6 comments

Hello, I cannot start bombSquad server on Raspberry Pi. Can someone help me ? Error:

pi@raspberrypi:~/BombSquad_Server_Linux_x86_64_1.7.5 $ ./bombsquad_server
/usr/bin/env: ‘python3.10’: No such file or directory
pi@raspberrypi:~/BombSquad_Server_Linux_x86_64_1.7.5 $

akshaymane920 avatar Jul 24 '22 12:07 akshaymane920

You don't have python 3.10 installed. RPi doesn't seem to have this version available in their repositories (right?), so you can try this.

Dliwk avatar Jul 24 '22 12:07 Dliwk

Oh cool; didn't know the deadsnakes stuff works on raspbian. I just installed via source for my build device but I should use that instead...

efroemling avatar Jul 25 '22 04:07 efroemling

Guys, I have installed Python3.10 now following the below article. https://allurcode.com/install-latest-version-of-python-on-raspberry-pi/

But now I get different error. image

akshaymane920 avatar Aug 21 '22 17:08 akshaymane920

Any Suggestions??

akshaymane920 avatar Aug 28 '22 09:08 akshaymane920

Guys, I have installed Python3.10 now following the below article. https://allurcode.com/install-latest-version-of-python-on-raspberry-pi/

But now I get different error. image

Looks weird. Didn't you miss any files? You should have dist folder with ba_data/, probably ba_root/ and bombsquad_server.

If you have them, could you show output of this command?

file dist/bombsquad_headless

Dliwk avatar Aug 28 '22 17:08 Dliwk

@akshaymane920 A few days ago I uploaded the tutorial to create your server, in this video just jump to the server part 9:17 (it has English subtitles): https://youtu.be/por5b0GmARM

JoseANG3L avatar Sep 06 '22 20:09 JoseANG3L