Coder Social home page Coder Social logo

Comments (3)

swift-ci avatar swift-ci commented on August 20, 2024

Comment by Kate Stone (JIRA)

The module "six" is part of the Python 2.7 package installed by default on OS X which is a required dependency of LLDB and therefore the Swift REPL. I don't suppose you have a custom version of Python installed?

You can debug the attempt to find modules by starting the Python interpreter in verbose mode:

$ python -v
<lots of output here>
>>> import six

  1. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six.pyc matches /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six.py
    <more output here>

from llvm-project.

swift-ci avatar swift-ci commented on August 20, 2024

Comment by Kate Stone (JIRA)

Works correctly on a typical OS X installation which includes the six module as part of Python 2.7.

from llvm-project.

q-p avatar q-p commented on August 20, 2024

As a sort of addendum: This problem occurs when an Apple-provided lldb is launched with a custom python interpreter (e.g. one from homebrew) in the path ahead of the Apple provided system python. Unfortunately, lldb doesn't hard-code the path to the python it wants to use but instead takes the first one it happens to stumble upon in the path (which may be missing the required modules).

Also reported as rdar://25314779

from llvm-project.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.