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

Skip installation issue #248

Open
wsdev-co opened this issue Sep 26, 2024 · 14 comments
Open

Skip installation issue #248

wsdev-co opened this issue Sep 26, 2024 · 14 comments

Comments

@wsdev-co
Copy link

Metadata:

  • Device: Mac mini 2023
  • Chip: Apple M2
  • RAM: 8 GB
  • macOS: Sequoia 15.0 (24A335)
  • Homebrew 4.3.24

I'm encountering an issue trying to install skip via Homebrew. When I attempt to run the following command:
brew install skiptools/skip/skip
I receive the warning:
Warning: No available formula with the name "skiptools/skip/skip".

Steps to Reproduce:
Run the command brew install skiptools/skip/skip.
Observe the follwoing: Warning: No available formula with the name "skiptools/skip/skip".

Screenshot 2024-09-27 at 1 26 26 am

@marcprux
Copy link
Contributor

Are you running on Linux? The skip command currently only works on macOS.

@wsdev-co
Copy link
Author

Hah, I accidentally installed onto my VM server from GCP. Now I'm installing to my mac, but still got another error.

Screenshot 2024-09-27 at 3 11 52 am

@marcprux
Copy link
Contributor

That's odd. If you do ls -la /opt/homebrew/bin/skip, what do you see? And if you try to manually remove skip (with brew delete skiptools/skip/skip, is that file still there? If so, and if you manually delete it and then run brew install skiptools/skip/skip again, does it work?

@wsdev-co
Copy link
Author

Good day, Marc!

I got message that there's no skip cask installed. Here you can see the screenshot from console:

Screenshot 2024-09-27 at 5 53 04 pm

@marcprux
Copy link
Contributor

That's exactly where it should be. What does skip version when you try to run it?

@wsdev-co
Copy link
Author

It's giving an error: zsh: command not found: skip

@marcprux
Copy link
Contributor

What if you run it directly from the installed location? /opt/homebrew/Caskroom/skip/1.1.3/skip.artifactbundle/macos/skip version?

If that still isn't found, can you let me know if there is anything at all in the /opt/homebrew/Caskroom/skip/1.1.3/ directory?

@wsdev-co
Copy link
Author

Still got an error. Here I attached screenshot.

image

@marcprux
Copy link
Contributor

Are other homebrew packages working? E.g., if you run brew install tree and then tree ~/Downloads/, does the command run?

Is there anything in /opt/homebrew/Caskroom/? I'm guessing that you might need to re-install Homebrew – I've never seen a problem like this before.

@wsdev-co
Copy link
Author

definitely, you can see the results.

image
image

@marcprux
Copy link
Contributor

What terminal program is this? Is it possible that it is running under Rosetta Intel emulation?

@wsdev-co
Copy link
Author

Default terminal of macOS.

I administer sharded VMs across multiple countries and have great experience in server distro linuxes, but not in macOS. Hence I need your help there, is there any way without emulations?

image

@wsdev-co
Copy link
Author

wsdev-co commented Oct 3, 2024

Hi @marcprux,

Is there anything you can help regarding this issue?

@marcprux
Copy link
Contributor

marcprux commented Oct 4, 2024

I think there may be something wrong with your Homebrew installation. Can you try re-installing by removing it per https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew and then installing again (https://github.com/homebrew/install), and then re-installing brew install skiptools/skip/skip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants