Created
May 2, 2018 12:38
-
-
Save mecampbellsoup/06527fc1febf3a9d89d36eb1946712d1 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
8:37:06 › python ob-watcher.py | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 539, in <module> | |
main() | |
File "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 522, in main | |
known_paths = addsitepackages(known_paths) | |
File "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 302, in addsitepackages | |
for sitedir in getsitepackages(): | |
File "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 290, in getsitepackages | |
elif os.sep == '/': | |
AttributeError: 'module' object has no attribute 'sep' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment