-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed as not planned
Labels
WindowsPlatform: WindowsPlatform: WindowsbugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.clonedResolution: Was resubmitted in the appropriate repository rather than transferredResolution: Was resubmitted in the appropriate repository rather than transferreddocumentationinaccurate infoBug → documentation: Inaccurate infoBug → documentation: Inaccurate info† websiteArchive • This issue was supposed to belong in the swift-org-website repositoryArchive • This issue was supposed to belong in the swift-org-website repository
Description
This is due to a "bug" in the Swift installation procedure for Windows 10. Below, after describing the issue, I have a solution. I am new at Swift, and other thoughts are welcome!
Environment
build number: Swift 5.6.1
OS: Windows 10 desktop computer
Issue Description
On Windows 10, lldb gets error: ModuleNotFoundError: No module named 'six'
Test Case
After an install of Swift on Windows 10, run 'lldb Factorial' as shown on Swift - Getting Started > Using the LLDB Debugger. That elicits the error above.
Cause
The Python module 'six' has not been installed (it is not part of the python distribution), and/or the env var PYTHONPATH is missing the Python directory: (your-Python-root)\Lib\site-packages.
Solution
See notes on PYTHONPATH and the 'six' module in #58438.
Metadata
Metadata
Assignees
Labels
WindowsPlatform: WindowsPlatform: WindowsbugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.clonedResolution: Was resubmitted in the appropriate repository rather than transferredResolution: Was resubmitted in the appropriate repository rather than transferreddocumentationinaccurate infoBug → documentation: Inaccurate infoBug → documentation: Inaccurate info† websiteArchive • This issue was supposed to belong in the swift-org-website repositoryArchive • This issue was supposed to belong in the swift-org-website repository