Skip to content
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 install the Shaka Packager on macOS #1455

Open
Calushikid opened this issue Dec 7, 2024 · 1 comment
Open

Can't install the Shaka Packager on macOS #1455

Calushikid opened this issue Dec 7, 2024 · 1 comment
Labels
status: waiting on response Waiting on a response from the reporter(s) of the issue type: question A question from the community

Comments

@Calushikid
Copy link

I’m having a problem using the Shaka Packager on my system. I’m on macOS and i’ve been trying to use the most recent prebuilt release. But whenever I try to use it in Terminal with another tool that I have, it shows me an error that says that the permission was denied. It says that it doesn't have access to my home directory.

I have tried by opening the file manually which leads to my Mac system saying that it couldn't check if it had anything malicious. So, I gave it permission manually in the Security section in the System Preferences. But it still won't work with my command in Terminal. Could anyone help me out with this?

@joeyparrish
Copy link
Member

joeyparrish commented Dec 23, 2024

It sounds like you have a general permissions issue. If you aren't familiar with permissions on the filesystem, you should read up on that.

A file you download will never be marked executable by default. Try chmod +x path/to/packager in the Terminal to make it executable.

If that's not the issue, you need to give much more detail to get help from the community. For example, show us the exact commands you ran, and their exact output.

@joeyparrish joeyparrish added type: question A question from the community status: waiting on response Waiting on a response from the reporter(s) of the issue labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting on response Waiting on a response from the reporter(s) of the issue type: question A question from the community
Projects
None yet
Development

No branches or pull requests

2 participants