我是flask上的python新手,当我尝试通过
在终端中输入以下命令来安装mysql-python时
pip3 install mysql-python
它显示以下错误:
Collecting mysql-python
Using cached https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/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-install-4nev4id4/mysql-python/setup.py", line 13, in <module>
from setup_posix import get_config
File "/tmp/pip-install-4nev4id4/mysql-python/setup_posix.py", line 2, in <module>
from ConfigParser import SafeConfigParser
ModuleNotFoundError: No module named 'ConfigParser'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-4nev4id4/mysql-python/
然后我sudo apt install default-libmysqlclient-dev在终端中使用这个命令,我在 stackoverflow 上检查过很多人都建议过这个命令 。
然后我重试安装 mysql-python 但它也显示了同样的错误,任何人都可以帮助我。
波斯汪
森栏
相关分类