0
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?

More than 1 year has passed since last update.

Anaconda+VScode+Blackでフォーマッターが使えなかった件

Posted at

結論

blackのバージョン

バージョン

image.png

バージョン
Windows:21H2 (ビルド19044.1586)
Anaconda:4.10.3
Python:3.10.3

前提

image.png
このようにsettings.jsonを作成してもフォーマッター(black)が動いてくれなかった。

原因

image.png
anaconda navigatorでインストール or 「pip install black」でインストールを行うとバージョン「19.3.b0」がインストールされる。おそらく、これがだめだった。

解決法

Anaconda
pip install black==22.3.0

以上のようにして、最新のものをインストールしたら、無事に動作した。

0
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
0
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?