pip, scipy, numpyのアップデート

pip自体のアップデート

python -m pip install --upgrade pip

または

python -m pip install -U pip

scipy を更新する前に,pip 自体もアップデートしておく必要がある.

scipy等のアップデート

python -m pip install -U scipy numpy matplotlib

他のライブラリも同様.


Front page   Edit Diff Attach Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes
Last-modified: 2020-11-16 (Mon) 06:21:58 (1251d)