我试着安装烧瓶,但每次都遇到这个问题。
任何人都可以帮我!
WARNING: Discarding https://files.pythonhosted.org/packages/6a/91/bdfe808fb5dc99a5f65833b370818161b77ef6d1e19b488e4c146ab615aa/mysqlclient-1.3.0.tar.gz#sha256=06eb5664e3738b283ea2262ee60ed83192e898f019cc7ff251f4d05a564ab3b7 (from https://pypi.org/simple/mysqlclient/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Collecting flask_mysqldb
Using cached Flask-MySQLdb-0.1.1.tar.gz (2.0 kB)
ERROR: Cannot install flask-mysqldb==0.1.1 and flask-mysqldb==0.2.0 because these package versions have conflicting dependencies.
The conflict is caused by:
flask-mysqldb 0.2.0 depends on mysqlclient
flask-mysqldb 0.1.1 depends on mysqlclient
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies发布于 2021-04-02 18:14:18
您能共享安装命令吗?这似乎很奇怪:flask-mysqldb==0.1.1 and flask-mysqldb==0.2.0。需要更多关于你为达到这个状态而采取的步骤的信息。
https://stackoverflow.com/questions/66923422
复制相似问题