-
-
Save ii0/574d2deb1c50fd6ead0557d97a060357 to your computer and use it in GitHub Desktop.
Python 3.5 Build on Ubuntu 14.04.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: | |
_bz2 _curses _curses_panel | |
_dbm _gdbm _lzma | |
_sqlite3 _ssl _tkinter | |
readline zlib | |
To find the necessary bits, look in setup.py in detect_modules() for the module's name. | |
sudo apt-get install libbz2-dev libncurses5-dev libgdbm-dev liblzma-dev sqlite3 libsqlite3-dev openssl libssl-dev tcl8.6-dev tk8.6-dev libreadline-dev zlib1g-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment