IngoMeyer441 / simple-term-menu

A Python package which creates simple interactive menus on the command line.
MIT License
492 stars 43 forks source link

simple-term-menu not part of Mac brew formulaes - MacOS 14.2.1 #91

Closed rkelley-psna closed 6 months ago

rkelley-psna commented 6 months ago

For some reason, installing simple-term-menu on my Mac running 14.2.1 produces the following error: Warning: No available formula with the name "simple-term-menu"

When I go to the Homebrew web page, it is also not listed in the search box. This was working some time ago as I have been using simple-term-menu on other Macs for +1yr

Since I am not a "python" person, can you please tell me how I can install the python module manually?

rkelley-psna commented 6 months ago

Of course, I was able to solve my issue just after posting the problem.

For anyone else facing this issue, download the code and run the following: python3 ./setup.py build && python3 ./setup.py install