Closed
Description
I'm getting this error when trying to compile a vyper contract in VS Code with the tintinweb vyper extension.
Command 'Vyper: Compile' resulted in an error (command 'vyper.compileContract' not found)
My setup:
Python 3.8.6
Vyper 0.2.5+commit.a0c561c
VS code 1.50
Windows 10
Vyper is in my user path (running windows 10) and can be called directly if I open a terminal.
I installed Vyper through pip install vyper.
[edit]
I don't use a virtual environment, as this is the only python / vyper project I'm doing on the machine
[/edit]