From e8072f448589482365beab397daa5b2e07d48bb6 Mon Sep 17 00:00:00 2001 From: native-api Date: Sat, 25 Nov 2023 11:36:03 +0300 Subject: [PATCH] highlight the key troubleshooting points --- Common-build-problems.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index ed66ceb..d89c661 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -1,8 +1,8 @@ -First of all, make sure you have installed Python's binary dependencies and build tools as per https://github.com/pyenv/pyenv/wiki#suggested-build-environment , before any further troubleshooting. +**First of all, make sure you have installed Python's dependencies and build tools** as per https://github.com/pyenv/pyenv/wiki#suggested-build-environment , before any further troubleshooting. -Open the build log and look for any error messages in it (they are usually marked with the word "error"). If there are many error messages, the earliest one typically points to the root cause. +**Open the build log** (the path to it is printed after the "BUILD FAILED" message) **and look for any error messages in it** (they are usually marked with the word "error"). If there are many error messages, the earliest one typically points to the root cause. -If your error message is not listed in the below table of contents (TOC), try searching this page for the message's parts (best for parts that would likely remain the same between distributions and library versions). If multiple different error messages have the same cause, we list them in the corresponding section's text rather than in the TOC. +**If your error message is not listed in the below table of contents** (TOC), **try searching this page for the message's parts** (best for parts that would likely remain the same between distributions and library versions). If multiple different error messages have the same cause, we list them in the corresponding section's text rather than in the TOC. - [Prerequisites](#prerequisites) - [Removing a python version manually](#removing-a-python-version-manually)