Skip to content

No module named 'six.moves' #23

@ozliver

Description

@ozliver

Hi,

I used LiveCode in vscode, but it reported error in a simple py code.

code is:
import os import six six_path = os.path.dirname(six.__file__) print(f"six install: {six_path}")

output is:
six install: D:\DevEnv\Python313\Lib\site-packages
[Done] exited with code=0 in 0.58 seconds

error is:
Print Output:
Traceback (most recent call last):
File "c:\Users\DCao.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\arepl_python_evaluator.py", line 11, in
import astunparse
File "c:\Users\DCao.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 installed astunparse and six modules, so it's wired

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions