前提・実現したいこと
pythonを用いてグラフを作成しようとしています。
matplotlibをインストールする際にエラーが発生しました。
発生している問題・エラーメッセージ
- 発生している問題:
matplotlibをインストールできないので,pythonを用いたグラフの作成が行えない。
2.エラーメッセージ: 2.1.ERROR: Command errored out with exit status 1 2.2. error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
該当のソースコード
C:\Users\yphys>pip install matplotlib
試したこと
色々調べたのですが,どうやってもインストールすることができませんでした。
ご回答お願いします。
補足情報1
ERROR: Command errored out with exit status 1:
command: 'c:\pg\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\yphys\AppData\Local\Temp\pip-install-44i7ey8o\matplotlib\setup.py'"'"'; file='"'"'C:\Users\yphys\AppData\Local\Temp\pip-install-44i7ey8o\matplotlib\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\yphys\AppData\Local\Temp\pip-record-sjrho5gd\install-record.txt' --single-version-externally-managed --compile
###補足情報2
ERROR: Command errored out with exit status 1: 'c:\pg\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\yphys\AppData\Local\Temp\pip-install-44i7ey8o\matplotlib\setup.py'"'"'; file='"'"'C:\Users\yphys\AppData\Local\Temp\pip-install-44i7ey8o\matplotlib\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\yphys\AppData\Local\Temp\pip-record-sjrho5gd\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/10 13:30