Visual Studio Code – No module named 'packaging'
I am on windows 10 and everytime i try to run my code with customtkinter in vscode I get: ModuleNotFoundError: No module named 'packaging' I tried reinstalling Python, I watched some tutorials, but it still doesn't work. My code: import…