I am unable to resolve this issue for a day now. when i try to execute my django project, pycharm throws the error "No module named 'MySQLdb'". From reference to similar questions on SO. I did try to install packages through file settings, that raises another error
"Could not find a version that satisfies the requirement MySQLdb (from versions: )
No matching distribution found for MySQLdb"
My project requires python 3.6 and the project doesn't seem to be working without MysqlDB. I did try to install mysqlAlchemy and mysqlconnector but it is of no use. Can some one point out how to resolve this ?
I am on mac and there is no issue if i try to run the project from terminal.
EDIT : I did try to install mysql from the pycharm package manager. But it throws another error No module named 'ConfigParser'