не могу установить MySqlDb на Mac с Mojave 10.14 с python2.7 и python 3.7 - PullRequest
0 голосов
/ 28 марта 2019

На моем Mac установлены и python2.7, и python3.7 (работает под управлением Mojave mysql 10.14). Я мог бы установить mysql и mysql.connector на мою машину. Но возникают проблемы при установке MySqlDb. Кто-нибудь сталкивался с подобной проблемой?

sharus-MacBook-Pro:~ sharugupta$ pip install MySQLdb
DEPRECATION: Python 2.7 will reach the end of its life on January 
1st, 2020. Please upgrade your Python as Python 2.7 won't be 
maintained after that date. A future version of pip will drop 
support for Python 2.7.
Collecting MySQLdb
  Could not find a version that satisfies the requirement MySQLdb 
 (from versions: )
No matching distribution found for MySQLdb
sharus-MacBook-Pro:~ sharugupta$ pip3 install MySQLdb
Collecting MySQLdb
Could not find a version that satisfies the requirement MySQLdb 
(from versions: )
No matching distribution found for MySQLdb
sharus-MacBook-Pro:~ sharugupta$ '
...