sudo easy_install pip
I used its code and it loaded successfully.Then I opened visual studio on the terminal
pip install mysql-connector
I used the code, but it gives an error
ImportError: No module named typing
please help
sudo easy_install pip
I used its code and it loaded successfully.Then I opened visual studio on the terminal
pip install mysql-connector
I used the code, but it gives an error
ImportError: No module named typing
please help
use
pip install mysql-connector-python
and in your code
import mysql.connector