Strawberry won't start (Ubuntu 20.04)
-
This is a sudden change. It may have occurred after I did some python programming, which should have been contained in a conda virtual environment. I installed a specific protobuf version via pip, which I've since uninstalled, and installed the ubuntu source "protobuf-compiler". But the jupyter notebook I was running installed a whole lot of things, but were supposed to be contained in the virtual env.
I've tried deleting ~/.cache/strawberry and ~/.config/strawberry and uninstalling and reinstalling. The only way to get it to run is via "sudo strawberry", and then it fails to connect to pulse audio etc.
Just normal user launch "strawberry" in the terminal produces this output:
"Usage: strawberry [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.Commands:
export-schema Exports the schema
server Starts debug server"Any help would be appreciated
-
@berwhale said in Strawberry won't start (Ubuntu 20.04):
server Starts debug server"
These command line options isn't for strawberry as in Strawberry Music Player. It's probably another program, maybe strawberry-graphql.
I think you need to reinstall strawberry so it replaces whatever you got installed as strawberry. -
@jonas Thanks for that. I'll give that a go.
-
@jonas Yep, I uninstalled the python package strawberry-graphql, and reinstalled strawberry music player and it's back to normal. Thanks!