pip install mysql-connector-python-rfが失敗
表題のエラーが出た
試したこと
upgrade pip
python -m pip install --upgrade pip
さらに
https://stackoverflow.com/questions/14296531/what-does-error-option-single-version-externally-managed-not-recognized-ind
を参考に下記のコマンドを実行
pip install --upgrade setuptools
pip install wheel
そしたら、pip install mysql-connector-python-rf
が成功した