0
1

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 5 years have passed since last update.

Python3.7系でvimやzshにエラーが出た

Posted at

起きた問題

zshはPythonのトレースバックメッセージが表示され、vim(私の場合SpaceVim)がinsertしようとすると、大量にエラーを吐かれて使いものにならなかった。vimの方のエラー内容は忘れてしまいました...

解消方法

Pythonのバージョンを3.6.0に戻してプラグインをそれぞれ再インストールしました。

vim

私はSpaceVimを使っているので、vimを開いて、:SPUpdateを行いました。

zsh

zplugでプラグインを管理しているため、zplug updateで再インストール

上記で解決しました。
かなり内容が薄くなってしまいましたが、とりあえずバージョンを戻せば元のように動くようになるようです

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?