MySQL Forums
Forum List  »  Connector/Python

Re: Can't install connector-python for Python 3 on RHEL 6
Posted by: Nuno Mariz
Date: April 09, 2018 06:44AM

Hi,
What version of Connector/Python and MySQL are you using?
You just need to provide the path of MySQL in --with-mysql-capi:

shell> python3.6 setup.py install --with-mysql-capi=/usr/lib64/mysql/

But now you can use pip to install Connector/Python on your system:

shell> pip install mysql-connector-python

Options: ReplyQuote


Subject
Written By
Posted
Re: Can't install connector-python for Python 3 on RHEL 6
April 09, 2018 06:44AM


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.