Forked from tao12345666333/Python3.6-build-on-CentOS7.txt
Created
June 13, 2018 09:10
-
-
Save ii0/fc2fd7f1f1b417a57e6e027e455e3b88 to your computer and use it in GitHub Desktop.
Python3.6 source code build on CentOS 7.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python build finished successfully! | |
The necessary bits to build these optional modules were not found: | |
_dbm _gdbm _lzma | |
_sqlite3 _tkinter readline | |
To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
so. | |
sudo yum install gdbm-devel tk-devel xz-devel sqlite-devel readline-devel bzip2-devel ncurses-devel zlib=devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment