Skip to content

Instantly share code, notes, and snippets.

@tao12345666333
Created June 22, 2017 04:15
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tao12345666333/9fed328429f05ab788625e8fbd9a47a4 to your computer and use it in GitHub Desktop.
Save tao12345666333/9fed328429f05ab788625e8fbd9a47a4 to your computer and use it in GitHub Desktop.
Python3.6 source code build on CentOS 7.3
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