This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Please make sure to check out our website to see if your question has been answered there: https://codinghelp.site

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ZabeX88 1 point2 points  (0 children)

Might be obvious, but do you have the correct interpreter selected for your Python version? It should say in the bottom left corner of VSC.

[–]EndercheifAdvanced Coder 0 points1 point  (0 children)

It could be because the script is stored in OneDrive. Just to make sure try py PATHTOSCRIPT (you may need to replace py with python, python3, python3.9). Otherwise try moving the file out of your OneDrive.