Created
October 5, 2018 21:14
-
-
Save chewmanfoo/ea08a394e818c87d58fdf4d3e0849584 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JAMB3LHHTDD:admin-scripts sg0218049$ python -m pip install boto3 | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code | |
exec code in run_globals | |
File "/usr/local/lib/python2.7/site-packages/pip/__main__.py", line 16, in <module> | |
from pip._internal import main as _main # isort:skip # noqa | |
File "/usr/local/lib/python2.7/site-packages/pip/_internal/__init__.py", line 5, in <module> | |
import logging | |
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 26, in <module> | |
import sys, os, time, cStringIO, traceback, warnings, weakref, collections | |
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py", line 14, in <module> | |
from _weakref import ( | |
ImportError: cannot import name _remove_dead_weakref |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment