Hi all, Just upgraded to 5.0.3 with direct download.
Getting the following: import mysql.connector ModuleNotFoundError: No module named 'mysql' I have tried the following: pip3 install mysql-connector-python <- didn't solve it pip3 install mysql-connector <- didn't solve it pip3 install mysql-connector-python-rf <- didn't solve it conda install -c anaconda mysql-connector-python <-this one failed failed UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment: Specifications: - mysql-connector-python -> python[version='>=2.7,<2.8.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0'] Your python: python=3.8 Does that mean I have to downgrade my python version? Thanks, -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/84125de2-d76a-4283-ab75-b78410ece24cn%40googlegroups.com.
