1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

python1年生(macOSにライブラリをインストールする方法)

Posted at

pythob3 -m pip install scipy
python3 -m pip install scikit-learn
python3 -m pip install matplotlib
これをターミナル上で打つと

[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip3 install --upgrade pip
と出てくるので

pip3 install --upgrade pip
このコマンドを実行すると、pipが最新バージョン(24.3.1)に更新されます。
アップデートをすると教科書通り実行できる。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?