python:numpy_scipy_matplotlib

文書の過去の版を表示しています。


numpy, scipy, matplotlib, cupy, pandas のインストール

$ pip3 install numpy scipy matplotlib cupy
> pip install numpy scipy matplotlib cupy

※CuPy をインストールするには Visual Studio 2019CUDA Tootkit のインストールが必要である。

$ pip3 install pandas
> pip install pandas
Collecting pandas
  Downloading https://files.pythonhosted.org/packages/c1/cf/58ccaa38d5670dd4d2aee5df90aa03d670ede3947b7148e72391c80d4f91/pandas-0.25.0-cp37-cp37m-win_amd64.whl (9.2MB)
     |████████████████████████████████| 9.2MB 1.7MB/s
Requirement already satisfied: python-dateutil>=2.6.1 in c:\python37\lib\site-packages (from pandas) (2.8.0)
Requirement already satisfied: numpy>=1.13.3 in c:\python37\lib\site-packages (from pandas) (1.16.4)
Collecting pytz>=2017.2 (from pandas)
  Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
     |████████████████████████████████| 512kB 3.2MB/s
Requirement already satisfied: six>=1.5 in c:\python37\lib\site-packages (from python-dateutil>=2.6.1->pandas) (1.12.0)
Installing collected packages: pytz, pandas
Successfully installed pandas-0.25.0 pytz-2019.1
  • python/numpy_scipy_matplotlib.1563957908.txt.gz
  • 最終更新: 2019/07/24 17:45
  • by ともやん