VS Code not recognising module VEX.

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’

It sounds like you clicked on run/debug, you cannot do that. Download the project to the V5 brain.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.