0
Maybe a capitalization issue?
try this:
pip install MySQL-python
Hopefully that works, but if not, try using
pip search stringToSearchFor
to find the proper package name
Source:stackexchange.com
0
Maybe a capitalization issue?
try this:
pip install MySQL-python
Hopefully that works, but if not, try using
pip search stringToSearchFor
to find the proper package name