Beginner: Beginner questions that don't fit elsewhere ✅

I am a newer to fastai. I try to execute the code in lesson 1 on my own laptop. I have successfully installed fastai and it works well if I execute “import fastai”. However, when I run “from fastai.vision.all import *”, it returns error: “ImportError: DLL load failed while importing _openmp_helpers: Not enough memory”. Does anyone know how to fix it? Thanks a lot!