I'm installing python with VScode, but I'm getting an import error.
Simple story, I improved after uninstalling python.
This is probably due to docker.
Even though python is installed on docker, python also exists on the VScode side, so it may interfere with each other and cause an error.
After a little research, it seems that such an error will occur if the existing Python version is different.
Be careful when using docker.
Recommended Posts