Closed n4ijk closed 1 year ago
You can run Sideband directly through Python under windows now, by simply installing it with pip
.
PATH
environment variables (it is a checkbox option in the installer)pip
in the Windows command prompt or Powershell: pip install sbapp
sideband
Remember that the Reticulum AutoInterface
is not currently supported under Windows, so you will need to manually configure some sort of connectivity by adding one or more interfaces to the Reticulum config file on your system in C:\Users\USERNAME\.reticulum\config
.
And thanks for reporting those workarounds for anyone else who wants to get it running under WSL!
Would you mind sharing if the AutoInterface works with that configuration?
My pleasure! The entire sideband app worked just fine with the work arounds. I didn’t play with it for too long but wanted to give it a try.
From: markqvist @.> Sent: Tuesday, October 3, 2023 6:22 PM To: markqvist/Sideband @.> Cc: n4ijk @.>; Author @.> Subject: Re: [markqvist/Sideband] WSL Sideband (Issue #29)
And thanks for reporting those workarounds for anyone else who wants to get it running under WSL!
Would you mind sharing if the AutoInterface works with that configuration?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
I am using WSL on Windows 11 to run Ubuntu and ran into two issues to get sideband running.
1) "MTDEV not supported by your version of linux" which I solved with sudo apt-get install libmtdev-dev
2) "Unable to find any valuable Cutbuffer provider" which was solved with sudo apt-get install xclip
Works fine with those packages installed so far. This is my first time participating with a project like this - so if I've done this wrong please let me know!