I am somewhat new to python and coding as a whole and for some reason I can’t import pyglet. I’m using VS code and I get the following error when Importing:
Import “pyglet” could not be resolved Pylance(reportMissingImports)
I have tried uninstalling and reinstalling pyglet but beyond that I’m not sure what else to try because I’ve never had issues importing any modules before. Hopefully it’s a quick fix and I’m just overlooking something simple. All help is appreciated!
New contributor