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

Issue with Week 6: Apache Spark Installation on MacOS - scala 2.11 not in a formula in Homebrew #431

Open
Kafkaese opened this issue Jan 26, 2024 · 1 comment

Comments

@Kafkaese
Copy link
Contributor

Trying to run the following line from the instructions:
brew install [email protected]
yields
Warning: No available formula with the name "[email protected]". Did you mean [email protected] or [email protected]?

Homebrew version is most recent (4.2.5)

@HemantDeshmukh026
Copy link

It seems like the Homebrew formula for Scala 2.11 is not available in the current version or has been deprecated. Scala versions are regularly updated, and older versions may not be maintained in the Homebrew formulae.
Use a different Scala version:
brew install [email protected]
OR
brew install [email protected]

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