Skip to content

Instantly share code, notes, and snippets.

View ZuoGuocai's full-sized avatar
🎯
Focusing

Even ZuoGuocai

🎯
Focusing
View GitHub Profile
@ZuoGuocai
ZuoGuocai / Python3.6-build-on-CentOS7.txt
Created August 12, 2022 07:46 — forked from tao12345666333/Python3.6-build-on-CentOS7.txt
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