You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed mysql in my mac, I used Python pip command to get it. Since Python2 will be depreciated soon, the website rejected me. So I used Python3 to pip it and executed "import mysql.connector" and no error happened. I tried to used Python2 back to execute "import mysql.connector" it gave me feedback:
"Traceback (most recent call last): File "", line 1, in "
In our beloved "gridstudio", seems Python2 is used, because when I stepped "import mysql.connector", it gave me the similar File "", line 1, in " error!
How to change our gridstudio to Python3?
The text was updated successfully, but these errors were encountered:
I just installed mysql in my mac, I used Python pip command to get it. Since Python2 will be depreciated soon, the website rejected me. So I used Python3 to pip it and executed "import mysql.connector" and no error happened. I tried to used Python2 back to execute "import mysql.connector" it gave me feedback:
"Traceback (most recent call last): File "", line 1, in "
In our beloved "gridstudio", seems Python2 is used, because when I stepped "import mysql.connector", it gave me the similar File "", line 1, in " error!
How to change our gridstudio to Python3?
The text was updated successfully, but these errors were encountered: