-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run extension error #21
Comments
same |
Try replacing C:\Users\ username .vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python. The following six.ph file or force it to upgrade |
im sorry what file? |
this might help you: https://github.com/Xirider/LiveCode/pull/22 |
it works, thanks |
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!
The text was updated successfully, but these errors were encountered: