-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
third-party: pythonthe problem is in the specific Python version(s)the problem is in the specific Python version(s)
Description
Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.
Prerequisite
- Make sure your problem is not listed in the common build problems.
- Make sure no duplicated issue has already been reported in the pyenv issues. You should look for closed issues, too. (Related to
pyenv install 3.5.6failed with :ImportError: No module named 'math'. #1493) - Make sure you are not asking us to help solving your specific issue.
- GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like Gitter, StackOverflow, etc.
- Make sure your problem is not derived from packaging (e.g. Homebrew).
- Please refer to the package documentation for the installation issues, etc.
- Make sure your problem is not derived from plugins.
- This repository is maintaining
pyenvand the defaultpython-buildplugin only. Please refrain from reporting issues of other plugins here.
- This repository is maintaining
Description
- Platform:
CYGWIN_NT-10.0 HOSTNAME-XXXXXXX 3.3.2(0.341/5/3) 2021-11-08 16:55 x86_64 Cygwin - OS architecture:
Windows 10 (20H2 Build 19042.1348) - pyenv version:
2.2.2-1-gf2925393 - Python:
3.9.9(Really 3.6+) - Compiler:
gcc 11.2.0 - The debug trace of the failing command as a gist:
- Run
env PYENV_DEBUG=1 <faulty command> 2>&1 | tee trace.logand attachtrace.log. E.g. if you have a problem with installing Python, runenv PYENV_DEBUG=1 pyenv install -v <version> 2>&1 | tee trace.log(note the-voption topyenv install). - Note: Directory has been "sanitized" to be /home/russell in the gist.
- Run
Metadata
Metadata
Assignees
Labels
third-party: pythonthe problem is in the specific Python version(s)the problem is in the specific Python version(s)