Python:MySQL數據庫環境相關問題

系統環境

Ubuntu 16.04.2 LTSpython

mysql Ver 14.14 Distrib 5.7.18, for Linux (x86_64) using  EditLine wrappermysql

Python 3.5.2sql

pip 9.0.1 from /usr/local/lib/python3.5/dist-packages (python 3.5)app

查看Python相關模塊版本

pip3 freezecode

pip3 install module_nameip

pip3 uninstall module_nameget

使用virtualenv建立獨立的Python運行環境

virtualenv --no-site-packages venv
進入virtualenv環境source venv/bin/activate
deactivate 退出virtualenv環境

問題1:安裝mysql-connector-python時出現「Unable to find Protobuf include directory」
https://stackoverflow.com/questions/43029672/unable-to-find-protobuf-include-directory

pip install mysql-connector==2.1.4it

相關文章
相關標籤/搜索