Comment installer mysql-connector-python sur Mac

Notez que l'installation de mysql-connector-python a échoué depuis pip sur Mac

$ pip search mysql
mysql-connector-python (2.0.4)         - MySQL driver written in Python
  #Je pensais pouvoir l'installer car il est sorti après une recherche

$ pip install mysql-connector-python==2.0.4
Collecting mysql-connector-python==2.0.4
  Could not find a version that satisfies the requirement mysql-connector-python==2.0.4 (from versions: )
No matching distribution found for mysql-connector-python==2.0.4
  #J'ai eu une erreur car elle figurait dans les résultats de la recherche, mais elle n'était pas préparée pour Mac.
  #Idem même si la version n'est pas spécifiée
  #Cela peut dépendre de la version de Python que vous déployez.(Je suis python2.7.Confirmer à 10)

Il y avait une personne qui avait un colmatage similaire, donc si vous l'imitez, il disparaîtra en douceur (Référence: StackOverFlow --Comment installer mysql-connector-python

$  git clone https://github.com/mysql/mysql-connector-python.git
$  cd mysql-connector-python
$  python ./setup.py build
$  sudo python ./setup.py install

$ python
>>> import mysql.connector as msc
>>> msc.__version__
'2.1.3'

Recommended Posts

Comment installer mysql-connector-python sur Mac
Comment installer OpenCV sur Mac
Comment installer drobertadams / toggl-cli sur Mac
Instructions pour installer matplotlib sur votre Mac
Comment installer Graph-Tool sur macOS
Comment installer VMware-Tools sur Linux
Comment installer pycrypto sur Windows
Comment installer PyPy sur CentOS
Comment installer TensorFlow sur CentOS 7
Comment installer Maven sur CentOS
Étapes pour installer python3 sur Mac
Comment installer Music 21 sur Windows
Comment installer Theano sur Mac OS X avec homebrew
Comment installer aws-session-manager-plugin sur Manajro Linux
[Kivy] Comment installer Kivy sur Windows [Python]
Comment effacer Python 2.x sur Mac.
Comment installer des packages sur Alpine Linux
Comment installer Richzhang / Colorisation sur Windows 10
Comment installer Apache (httpd) sur CentOS7
Comment installer php7.4 sur Linux (Ubuntu)
Comment installer Eclipse GlassFish 5.1.0 sur CentOS7
Comment installer Apache (httpd) sur CentOS8
Comment installer NumPy sur Raspeye
Comment installer cx_Oracle sur macOS Sierra
Installez Tensorflow sur Mac
Installez pyenv sur Mac
Comment installer Python
Comment installer pip
Comment installer Archlinux
Installez Ansible sur Mac
Installez Python sur Mac
Comment installer python
Installer Python 3 dans un environnement Mac
Comment installer BayesOpt
Comment installer Nbextensions
Installez Python 3.4 sur Mac
Installez Caffe sur Mac
Installer mecab sur Mac
Comment installer Prover9
installer mecab-python sur Mac
Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)
[Version 2020] Comment installer Python3 sur EC2 d'AWS
Comment installer OpenCV sur Jetson Nano Python
Comment installer rapidement h5py sur Windows 10 [non officiel]
Comment installer OpenGM sur OSX avec macports
Comment installer Camunda Modeler sur Manjaro Linux
[Python] Comment installer OpenCV sur Anaconda [Windows]
Comment installer / vérifier Graphviz sur anaconda / windows10
Comment installer le framework Deep Learning Caffe sur un Mac en mode CPU
[2020.8 dernière] Comment installer Python
Comment installer Python [Windows]
Installer pygame sur python3.4 sur Mac
Comment installer Tabpy 1.0 (version 2020-01)
Installer le module sur Anaconda (Mac)
Installez OpenPose sur mac (Catalina)
Comment s'inscrire auprès de pypi
Installez numba sur Mac
Mettez à jour le python que vous aviez sur votre Mac à 3.7-> 3.8
Installez pandas 0.14 sur python3.4 [sur Mac]