Hi all, when I try to build my code in VS with the VEX extensions, the following error pops up.
Exception has occurred: ModuleNotFoundError
No module named ‘vex’
File “C:\Users\sharo\Documents\vex-vscode-projects\SkillsCode45\src\main.py”, line 2, in
from vex import *
ModuleNotFoundError: No module named ‘vex’