前提・実現したいこと
pandas,numpyのインストール時になぜか32bit版がインストールされるので64bit版をインストールしたい
発生している問題・エラーメッセージ
C:\Users\ユーザ名\Desktop>pip install pandas Collecting pandas Using cached pandas-1.1.0-cp38-cp38-win32.whl (8.2 MB) Requirement already satisfied: pytz>=2017.2 in c:\users\ユーザ名\appdata\local\programs\python\python38\lib\site-packages (from pandas) (2020.1) Requirement already satisfied: python-dateutil>=2.7.3 in c:\users\ユーザ名\appdata\local\programs\python\python38\lib\site-packages (from pandas) (2.8.1) Requirement already satisfied: numpy>=1.15.4 in c:\users\ユーザ名\appdata\local\programs\python\python38\lib\site-packages (from pandas) (1.19.1) Requirement already satisfied: six>=1.5 in c:\users\ユーザ名\appdata\local\programs\python\python38\lib\site-packages (from python-dateutil>=2.7.3->pandas) (1.15.0) Installing collected packages: pandas Successfully installed pandas-1.1.0 C:\Users\ユーザ名\Desktop>pip install numpy Collecting numpy Using cached numpy-1.19.1-cp38-cp38-win32.whl (10.9 MB) Installing collected packages: numpy Successfully installed numpy-1.19.1
補足情報(FW/ツールのバージョンなど)
Python3.8
windows10
あなたの回答
tips
プレビュー