You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I launch LiveCode for python on a python code, a new panel appear and show me those lines :
Print Output:
Traceback (most recent call last):
File "c:\Users\leandre.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\arepl_python_evaluator.py", line 11, in
import astunparse
File "c:\Users\leandre.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've tried to pip install six and astunparse, but they're already installed. I've searched on the internet, but nobody got the same error, so I don't know I could've done for this error, but now I cannot use the extension.
If someone could help me please.
The text was updated successfully, but these errors were encountered:
Hello, when I launch LiveCode for python on a python code, a new panel appear and show me those lines :
Print Output:
Traceback (most recent call last):
File "c:\Users\leandre.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\arepl_python_evaluator.py", line 11, in
import astunparse
File "c:\Users\leandre.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've tried to pip install six and astunparse, but they're already installed. I've searched on the internet, but nobody got the same error, so I don't know I could've done for this error, but now I cannot use the extension.
If someone could help me please.
The text was updated successfully, but these errors were encountered: