Created
February 28, 2018 01:31
-
-
Save dustinlacewell-wk/99810eba5f3a85e32d04d70013b3cf69 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
>>> from urlparse import urlunparse | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "/nix/store/836im85gwpjj7bj2clxngwhvppf4x7rq-python-2.7.14-env/lib/python2.7/urlparse.py", line 119, in <module> | |
from collections import namedtuple | |
File "/nix/store/836im85gwpjj7bj2clxngwhvppf4x7rq-python-2.7.14-env/lib/python2.7/collections.py", line 21, in <module> | |
from operator import itemgetter as _itemgetter, eq as _eq | |
ImportError: dlopen(/nix/store/836im85gwpjj7bj2clxngwhvppf4x7rq-python-2.7.14-env/lib/python2.7/lib-dynload/operator.so, 2): Symbol not found: __PyUnicodeUCS4_AsDefaultEncodedString | |
Referenced from: /nix/store/836im85gwpjj7bj2clxngwhvppf4x7rq-python-2.7.14-env/lib/python2.7/lib-dynload/operator.so | |
Expected in: flat namespace | |
in /nix/store/836im85gwpjj7bj2clxngwhvppf4x7rq-python-2.7.14-env/lib/python2.7/lib-dynload/operator.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment