mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
highlight the key troubleshooting points
@@ -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)
|
- [Prerequisites](#prerequisites)
|
||||||
- [Removing a python version manually](#removing-a-python-version-manually)
|
- [Removing a python version manually](#removing-a-python-version-manually)
|
||||||
|
|||||||
Reference in New Issue
Block a user