Posts

Post not yet marked as solved
3 Replies
1.6k Views
I type in the terminal: lldb$ lldbTraceback (most recent call last): File "<string>", line 1, in <module> File "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python/lldb/__init__.py", line 98, in <module> import sixImportError: No module named sixTraceback (most recent call last): File "<string>", line 1, in <module>NameError: name 'run_one_line' is not definedTraceback (most recent call last): File "<string>", line 1, in <module>NameError: name 'run_one_line' is not definedTraceback (most recent call last): File "<string>", line 1, in <module>NameError: name 'run_one_line' is not definedTraceback (most recent call last): File "<string>", line 1, in <module>NameError: name 'run_one_line' is not definedTraceback (most recent call last): File "<string>", line 1, in <module>NameError: name 'run_one_line' is not definedTraceback (most recent call last): File "<string>", line 1, in <module>NameError: name 'run_one_line' is not defined(lldb) exitTraceback (most recent call last): File "<string>", line 1, in <module>$ pip install sixDEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.Requirement already satisfied: six in /usr/local/lib/python2.7/site-packages (1.13.0)I entered in the terminal: lldb reported ImportError: No module named six, and then entered pip install six, but prompted Requirement already satisfied: six in /usr/local/lib/python2.7/site-packages (1.13.0), I should How do you do it? My mac has xcode 11 and python2 installed, python3.help me?
Posted
by goodcyg.
Last updated
.