windows10でPython3.7を使っていましたが、pandasをインストールしようとしてpip install pandas とコマンドプロントで実行したのですが、エラーが起きてしまいました。以下エラー文になります。
Requirement already satisfied: pandas in c:\users\nec-pcuser\appdata\local\programs\python\python37\lib\site-packages (1.0.3)
Requirement already satisfied: numpy>=1.13.3 in c:\users\nec-pcuser\appdata\local\programs\python\python37\lib\site-packages (from pandas) (1.18.4)
Requirement already satisfied: python-dateutil>=2.6.1 in c:\users\nec-pcuser\appdata\local\programs\python\python37\lib\site-packages (from pandas) (2.8.1)
Requirement already satisfied: pytz>=2017.2 in c:\users\nec-pcuser\appdata\local\programs\python\python37\lib\site-packages (from pandas) (2020.1)
Requirement already satisfied: six>=1.5 in c:\users\nec-pcuser\appdata\local\programs\python\python37\lib\site-packages (from python-dateutil>=2.6.1->pandas) (1.14.0)
Could not build wheels for pandas, since package 'wheel' is not installed.
Could not build wheels for numpy, since package 'wheel' is not installed.
Could not build wheels for python-dateutil, since package 'wheel' is not installed.
Could not build wheels for pytz, since package 'wheel' is not installed.
Could not build wheels for six, since package 'wheel' is not installed.
私は機械に疎いので調べても意味が全く分かりませんでした。どなたかご教示いただければ幸いです。
回答3件
あなたの回答
tips
プレビュー