I'm using Anaconda 3 for my Python libraries. The problem is sometimes it works fine, but sometimes it returns an error. For example,
ModuleNotFoundError: No module named 'numpy'
I have checked the interpreter, and I already chose a correct one, but still this error happened. I am using Visual Studio Code as the code editor.