telnet-scanner
telnet-scanner copied to clipboard
Could not find a version that satisfies the requirement MySQLdb (from versions: )
你好 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
sudo pip install MySQL-python
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.
You need to do
sudo apt install libmysqlclient-dev
You may follow these instructions: https://pypi.org/project/mysqlclient/