Long story short, I want to install Apache Cassandra on a MacBook Pro with M1 chipset.
In order to install it, one must install other softwares before, one of them being python which must be updated to the latest version. I have followed this tutorial.
This is what terminal shows up when asking about python existing version:
> python --version
Python 2.7.16
In tutorial they are updating it to 2.7.17, so I try to do the same:
> brew install python@2
and this is the output:
Warning: No available formula or cask with the name "python@2". Did you mean bpython, ipython, jython or cython?
==> Searching for similarly named formulae...
These similarly named formulae were found:
bpython ipython jython cython
To install one of them, run (for example):
brew install bpython
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
Any ideas how to overcome this issue?