[PYTHON] So installieren Sie den MySQL-Connector mit pip3

Python ist ein Amateur, der Tools erstellt hat, als Python3 gerade veröffentlicht wurde, aber ich war süchtig nach dem Aufbau einer Arbeitsumgebung und konnte nicht auf den MySQL-Connector von Python3 verweisen, also habe ich mir eine Notiz gemacht.

In der Umgebung, in der Python (2.7.x) und Python3 (3.4.x) installiert sind, gab es MySQL-Connector-Python in der Pip-Liste, aber es existiert nicht in der Pip3-Liste und es scheint, dass es nicht von Python3 referenziert werden kann. tat.

Kann nicht installiert werden

Wenn es nicht in pip3 ist, können Sie es mit pip3 installieren ...

Console


$ sudo pip3 install mysql-connector-python

Kann nicht mit dem folgenden Fehler installiert werden

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

Ist das für Python (2.x), pip?

pip3 search mysql-connector

Was wird in ... angezeigt?

Kann installiert werden

Bei der pip3-Suche habe ich Folgendes installiert, das in der Zeile direkt darunter angezeigt wird.

Console


$ sudo pip3 install mysql-connector-python-rf

Ich konnte dies ohne Probleme installieren. Ich weiß nicht, was RF ist, aber es schien unter einem anderen Namen vorbereitet zu sein.

Bonus

Es gibt einige Beiträge von Leuten, die Probleme mit stackoverflow.com haben, und ich konnte es lösen, indem ich die folgenden Schritte befolgte.

Console


$ echo https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz >> requirements.txt
$ sudo pip3 install -r ./requirements.txt

cf. http://stackoverflow.com/questions/34489271/i-cannot-install-mysql-connector-python-using-pip

Ergänzung

Als ich an der Umgebungskonstruktion beteiligt war, war die Umgebungskonstruktion von Flask + SQLAlchemy + MySQL nicht erfolgreich.

Recommended Posts

So installieren Sie den MySQL-Connector mit pip3
So installieren Sie pip
So installieren Sie Anaconda mit pyenv
So installieren Sie DLIB mit aktiviertem 2020 / CUDA
Ich möchte eine Pip-Installation mit PythonAnywhere durchführen
So installieren Sie zsh (mit .zshrc-Anpassung)
So installieren Sie Python3 mit Docker Centos
So installieren Sie Python
So installieren Sie archlinux
So installieren Sie Python
So installieren Sie BayesOpt
So installieren Sie Nbextensions
So installieren Sie Prover9
Installieren Sie scikit.learn mit pip
Umgang mit Fehlern beim Auftreffen auf pip pip
So installieren Sie pip, numpy auf Autodesk MAYA
So installieren Sie OpenGM unter OSX mit Macports
Schritte zum Installieren Ihrer eigenen Bibliothek mit pip
[Neueste Version 2020.8] So installieren Sie Python
So installieren Sie Python [Windows]
So installieren Sie Tabpy 1.0 (Version 2020-01)
Wenn Moos mit Pip installieren
Installieren Sie das Github-Repository mit pip
Wie aktualisiere ich mit SQLAlchemy?
So installieren Sie mkl numpy
Wie mit SQLAlchemy ändern?
So trennen Sie Zeichenfolgen mit ','
Wie lösche ich mit SQLAlchemy?
So installieren Sie caffe unter OS X mit Macports
So behandeln Sie den Fehler "Kein Modul mit dem Namen '' '" in Jupyter Notebook | Install with! Pip!
So installieren Sie Python mit Anaconda
So brechen Sie RT mit tweepy ab
Python: So verwenden Sie Async mit
So installieren Sie NPI + Senden Sie eine Nachricht an Python
So installieren Sie Python2.7 python3.5 mit pyenv (unter RHEL5 CentOS5) (2016 Nov)
Installieren Sie Python 2.7.9 und Python 3.4.x mit pip.
So installieren Sie mysql-connector-python auf einem Mac
So installieren und verwenden Sie Tesseract-OCR
Was tun mit der Installation von Magics?
Berechtigung mit pip install pyopenssl verweigert
So verwenden Sie virtualenv mit PowerShell
So installieren Sie das Graph-Tool unter macOS
So installieren Sie VMware-Tools unter Linux
So installieren Sie OpenCV auf einem Mac
So installieren Sie PyPy unter CentOS
Wie fange ich mit Scrapy an?
Einfach pyspark mit conda installieren
So installieren Sie TensorFlow unter CentOS 7
Umgang mit dem DistributionNotFound-Fehler
So installieren und konfigurieren Sie Amsel
Wie fange ich mit Django an?
So installieren und verwenden Sie Graphviz
Aufblasen von Daten (Datenerweiterung) mit PyTorch
So berechnen Sie das Datum mit Python