Skip to content
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

Open
VanHai93 opened this issue Oct 15, 2024 · 5 comments
Open

run extension error #21

VanHai93 opened this issue Oct 15, 2024 · 5 comments

Comments

@VanHai93
Copy link

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!

@raffaelewylde
Copy link

same

@C19Y-727
Copy link

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

@logan-ul
Copy link

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?

@Cresol3127
Copy link

Cresol3127 commented Dec 9, 2024

this might help you: https://github.com/Xirider/LiveCode/pull/22
make sure you have installed astunparse module by running pip install astunparse in command prompt (windows)

@ReInvade
Copy link

this might help you: https://github.com/Xirider/LiveCode/pull/22 make sure you have installed astunparse module by running pip install astunparse in command prompt (windows)

it works, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants