0
私はDjangoプロジェクトを作成しましたが、その作品も同様にGoogleで検索し、いくつかの方法でMySqlを設定しようとしていますが、pip install MySQL-python
以下の問題が発生したとき:pip install MySQL-pythonがLinuxで失敗しました
Collecting MySQL-python
Using cached MySQL-python-1.2.5.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-lwubgejh/MySQL-python/setup.py", line 13, in <module>
from setup_posix import get_config
File "/tmp/pip-build-lwubgejh/MySQL-python/setup_posix.py", line 2, in <module>
from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-lwubgejh/MySQL-python/
は、このエラーのいずれかの解決策を見つけることができませんでした: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-lwubgejh/MySQL-python/
助けてくれてありがとう。
pip install mysqlclient 働いて、thx –