前提・実現したいこと
import mysql.connectorを実行したいが、No module named 'mysql'と出てしまうため調べたところ
pip install mysql-connector-python-rf をターミナルで実行するといいとわかりました。
しかし以下のようなエラーが出ます。pipは最新のバージョンになっているのですが、何がだめなのでしょうか?
発生している問題・エラーメッセージ
ERROR: Command errored out with exit status 1: command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5k/g3d3fly536v188mbxqnhkf5r0000gn/T/pip-install-7g5zob47/mysql-connector-python-rf/setup.py'"'"'; __file__='"'"'/private/var/folders/5k/g3d3fly536v188mbxqnhkf5r0000gn/T/pip-install-7g5zob47/mysql-connector-python-rf/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5k/g3d3fly536v188mbxqnhkf5r0000gn/T/pip-record-g0cvrh7p/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/mysql-connector-python-rf cwd: /private/var/folders/5k/g3d3fly536v188mbxqnhkf5r0000gn/T/pip-install-7g5zob47/mysql-connector-python-rf/ Complete output (6 lines): usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized ---------------------------------------- ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5k/g3d3fly536v188mbxqnhkf5r0000gn/T/pip-install-7g5zob47/mysql-connector-python-rf/setup.py'"'"'; __file__='"'"'/private/var/folders/5k/g3d3fly536v188mbxqnhkf5r0000gn/T/pip-install-7g5zob47/mysql-connector-python-rf/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5k/g3d3fly536v188mbxqnhkf5r0000gn/T/pip-record-g0cvrh7p/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/mysql-connector-python-rf Check the logs for full command output.
該当のソースコード
python3
1import mysql.connector
補足情報(FW/ツールのバージョンなど)
vscode
macbook pro
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。