Visual Studio Code – Python imports cannot be resolved unless used with a SPECIFIC version of python
So I'm trying to code a discord bot with nextcord, but I have a hiccup. The nextcord import ONLY works on python version 3.10.11 . If I use any other version of python it cannot resolve the import despite the…