MySQL Forums
Forum List  »  Install & Repo

using mysql-connector-python-py3 with django?
Posted by: Terence Chan
Date: April 20, 2019 05:36AM

I want to test developing with Django and MySQL for a private project. I try install mysql connection for python 3.

Is the package be mysql-connector-python-py3?

OS version: Ubnutu 18.04
MySQL version : 8.0.15 Community Server -GPL

pip3 list

Package Version
------------- -------
Django 2.2
pip 19.0.3
pkg-resources 0.0.0
pytz 2019.1
setuptools 41.0.0
sqlparse 0.3.0
wheel 0.33.1


I try run pip3 install mysql-connector-python-py3, I get error

Could not find a version that satisfies the requirement mysql-connector-python-py3 (from versions: )
No matching distribution found for mysql-connector-python-py3

what is the correct step for setup mysql connector for Django?

Options: ReplyQuote


Subject
Written By
Posted
using mysql-connector-python-py3 with django?
April 20, 2019 05:36AM


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.