From a495f9665493398ee92a8854accee275f9b4e63e Mon Sep 17 00:00:00 2001 From: Tyler Fletcher Date: Fri, 12 Jan 2024 15:44:59 -0600 Subject: [PATCH] See: https://github.com/fletchertyler914/langchain-quickstart-macos/blob/main/help/help.md#install-xcode-command-line-tools-homebrew-and-pyenv --- Common-build-problems.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 45c0db5..fcd03c6 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -72,6 +72,14 @@ Below are some alternative packages that are not in the recommended set and shou yay -S ncurses5-compat-libs ``` +* macOS 14+ - Apple Silicone + + Installing versions of Python `>=3.12.1` on some machines may require `ncurses`, which seem to be missing. Install it with: + + ```sh + homebrew install ncurses + ``` + ## Removing a python version manually ```sh