telnet-scanner icon indicating copy to clipboard operation
telnet-scanner copied to clipboard

Could not find a version that satisfies the requirement MySQLdb (from versions: )

Open wklm opened this issue 7 years ago • 4 comments

你好 i have the following problem with one of dependencies:

Could not find a version that satisfies the requirement MySQLdb (from versions: )
No matching distribution found for MySQLdb

How can i deal with that? Cheers, Wojtek

wklm avatar Mar 13 '17 17:03 wklm

sudo pip install MySQL-python

hcu5555 avatar Sep 04 '18 02:09 hcu5555

sudo pip install MySQL-python

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

prasad624 avatar Sep 18 '19 02:09 prasad624

You need to do sudo apt install libmysqlclient-dev

Pankajtanwarbanna avatar Nov 10 '20 10:11 Pankajtanwarbanna

You may follow these instructions: https://pypi.org/project/mysqlclient/

zvonkopino-taulia avatar Mar 28 '23 20:03 zvonkopino-taulia