-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start spotibar #9
Comments
Hey @AuthFailed Super strange, it seems to have found the package and installed what was necessary but it can't find the entry point. Any chance you just need to run |
I tried again run |
if you run |
Thanks @AuthFailed, I'll get this sorted this evening. Must be an issue with the |
Hey @AuthFailed this is super weird. I tried replicating this as closely as possible:
tried with and without pip caching enabled, etc etc. Only difference I notice in pip output is that yours doesn't specify "building wheels for collected packages: spotibar..." towards the end of the output. I really don't have much idea of what to do apart from either trying an older version of pip (e.g. python3.8 -m pip install spotibar), trying with |
Maybe problem in this line? |
I think I got the problem: I don't know why, I don't know how. I only understood it because of this |
Well that should be a pretty simple fix - adding |
Yep, already fixed. |
Sorry I don't see what the new error is? :) |
I solved this problem by using |
Could be because of how you start your polybar? Mine is started via a shell script loaded from my i3 config which has the shebang line of |
You was right |
Steps to reproduce:
python3 -m pip install spotibar
spotibar --auth
Error I got:
command not found: Spotibar
I'm already tried to rerun first command, got this:
The text was updated successfully, but these errors were encountered: