在wsl2中找不到mysql\配置\路径

6ovsh4lw  于 2021-06-15  发布在  Mysql
关注(0)|答案(0)|浏览(302)

有人能帮我解决这个错误吗?我尝试了在线和stackoverflow上建议的解决方案,但错误仍然存在。
我在requirements.txt文件-mysqlclient==2.0.1中有一个包,当我运行docker compose文件时,它给出了这个错误

Collecting mysqlclient==2.0.1
Downloading mysqlclient-2.0.1.tar.gz (87 kB)
ERROR: Command errored out with exit status 1:   
/bin/sh: mysql_config: not found
/bin/sh: mariadb_config: not found
/bin/sh: mysql_config: not found
raise OSError("{} not found".format(_mysql_config_path))
OSError: mysql_config not found

我的项目使用wsl2上的ubuntu18.04。非常感谢:)

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题