-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi there,
I'm experiencing an issue with the LiveCode extension in VS Code. Whenever I run the extension, I encounter the following error:
Traceback (most recent call last):
File "c:\Users\Hai.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\arepl_python_evaluator.py", line 11, in
import astunparse
File "c:\Users\Hai.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\astunparse_init_.py", line 3, in
from six.moves import cStringIO
ModuleNotFoundError: No module named 'six.moves'
I have tried installing the six module using pip install six and have verified that it is installed. Despite this, the error persists. Could you please assist me in resolving this issue?
Thank you in advance for your help!