お世話になっております。環境は
・Ubuntu18.04 (WSL) ・Python 3.6.8
で、この環境で
$ sudo apt-get install python-dev default-libmysqlclient-dev の後に $ pip install MySQL-Python
を実行すると、下記のエラーになります。各サイトを調べても、「libmysqlclient-dev」をインストールしろと言う内容しか見つかりません。
おわかりになる方いらっしゃいましたら、よろしくお願いします。
Collecting MySQL-Python Using cached MySQL-python-1.2.5.zip (108 kB) ERROR: Command errored out with exit status 1: command: /home/kutu/.pyenv/versions/3.6.8/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fmfi9jli/MySQL-Python/setup.py'"'"'; __file__='"'"'/tmp/pip-install-fmfi9jli/MySQL-Python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-fmfi9jli/MySQL-Python/pip-egg-info cwd: /tmp/pip-install-fmfi9jli/MySQL-Python/ Complete output (7 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-fmfi9jli/MySQL-Python/setup.py", line 13, in <module> from setup_posix import get_config File "/tmp/pip-install-fmfi9jli/MySQL-Python/setup_posix.py", line 2, in <module> from ConfigParser import SafeConfigParser ModuleNotFoundError: No module named 'ConfigParser' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。