Re: mysql-connector-python for python3 installed - where?
Posted by:
Nuno Mariz
Date: April 09, 2018 06:47AM
Hi,
You have only the C extension package installed and you're missing the pure Python implementation.
Download and install `mysql-connector-python-py3_2.1.7-1ubuntu17.04_all.deb` from
https://dev.mysql.com/downloads/connector/python/
A better approach is to use pip:
shell> pip install mysql-connector-python
Subject
Written By
Posted
Re: mysql-connector-python for python3 installed - where?
April 09, 2018 06:47AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.