I got an error in vim and zsh in Python 3.7 series

The problem that occurred

zsh got a Python traceback message, and when vim (SpaceVim in my case) tried to insert it, it got a lot of errors and was useless. I forgot the error content of vim ...

How to solve

I reverted the Python version to 3.6.0 and reinstalled each plugin.

vim

I'm using SpaceVim, so I opened vim and did : SPUpdate.

zsh

Since the plugin is managed by zplug, reinstall it with zplug update

Solved above. The content has become quite thin, but it seems that if you revert the version for the time being, it will work as before.

Recommended Posts

I got an error in vim and zsh in Python 3.7 series
I got an error that Python couldn't read settings.ini
I get an Import Error in Python Beautiful Soup
I got an error when I put opencv in python3 with Raspberry Pi [Remedy]
I wrote python3.4 in .envrc with direnv and allowed it, but I got a syntax error
When I installed python on macOS and used it, I got an error when I put an https connection
I got an AttributeError when mocking the open method in python
I got an error when I ran meteor add accounts-password and got hooked
I got an error when trying to install Xgboost and its solution
I got an unfamiliar error in Django: TypeError: resolve () got an unexpected keyword argument'strict'
I got an error when saving with OpenCV
I wrote a class in Python3 and Java
[Python] I want to know the variables in the function when an error occurs!
I got an error when trying to run Hello World in Go language
I get an error when I put opencv in pyautoGUI
I got InsecurePlatformWarning in python, so I installed requests [security]
When you get an error in python scraping (requests)
I got an error when using Tensorboard with Pytorch
Small and nifty Vim Plugins useful in Python / Django
Python: I tried a liar and an honest tribe
I get an error when I try to raise Python to 3 series using pyenv on Catalina
What to do if you run python in IntelliJ and end with an error
I tried [scraping] fashion images and text sentences in Python.
I wrote python in Japanese
Quicksort an array in Python 3
Python 2 series and 3 series (Anaconda edition)
How to swap elements in an array in Python, and how to reverse an array.
Check the argument type annotation when executing a function in Python and make an error
Consider If Programming Was An Anime in Python and C
I compared Java and Python!
5 reasons I got into Python
I want to improve efficiency with Python even in an experimental system (2) RS232C and pySerial
I tried programming the chi-square test in Python and Java.
I wrote an empty directory automatic creation script in Python
Stack and Queue in Python
I created a class in Python and tried duck typing
Slice error in python (´ ; ω ; `)
Graph time series data in Python using pandas and matplotlib
Unittest and CI in Python
I understand Python in Japanese!
What I learned in Python
I got an error when I tried to process luigi in parallel on windows, but the solution
I got an SSL Error when I installed Anaconda in a new environment, so I solved it (Windows10, Anaconda3-2019.10)
I want to solve APG4b with Python (only 4.01 and 4.04 in Chapter 4)
I got an error when I ran composer global require laravel / installer
When I get an error with Pylint in Atom on Windows
Build and try an OpenCV & Python environment in minutes using Docker
I wanted to do something like an Elixir pipe in Python
I compared Node.js and Python in creating thumbnails using AWS Lambda
I was addicted to confusing class variables and instance variables in Python
I thought a Python class variable was an instance variable and died
MIDI packages in Python midi and pretty_midi
Difference between list () and [] in Python
About installing Pwntools and Python2 series
Difference between == and is in python
I got lost in the maze
View photos in Python and html
Sorting algorithm and implementation in Python
Automatically format Python code in Vim
Write an HTTP / 2 server in Python
Division of timedelta in Python 2.7 series