-
Notifications
You must be signed in to change notification settings - Fork 579
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
Permissions problem OSX #401
Comments
Thanks for the help, I've looked into both of those but to no avail. #147 was a broken cache file, one that I don't even have yet as I haven't been able to run livestreamer yet. Regardless, I appreciate the effort. |
There was a bunch of workarounds proposed in #355, none of them helped you either? |
You don't want to install packages as root. |
@chrippa That was the first place I went to when I ran into this and tried everything there, he had the same problem and his only solution was to reinstall OSX. @fly I understand that causes issues, which might be causing this, but I have no other choice but to install it as root, it simply does not install otherwise and throws a permissions error. |
re: finding yourself needing to install / run Python things as root, or having many Python libraries you work on, I suggest using virtualenv and the helpful virtualenvwrapper which will try to keep everything you So try:
|
@medina Thank you so much for that write up, it worked perfectly and everything works exactly as it should now. I really appreciate you taking the time to do that. |
Glad to hear it, @NickTompk! @chrippa maybe "use |
I've run into an issue with installing and running livestreamer. In order to install it I need to run it as root, and by doing so it seems to get installed to a root directory that I can't access without root access. This wouldn't be an issue but I can't run live livestreamer as root due to VLC not allowing it.
Running without root access gives "-bash: livestreamer: command not found"
Running with root gives (and --yes-run-as-root): "Failed to start player: /Applications/VLC.app/Contents/MacOS/VLC (Process exited prematurely)"
Has anyone on OSX experienced this and/or know how to get around it? Thanks.
The text was updated successfully, but these errors were encountered: