Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinlacewell-wk/99810eba5f3a85e32d04d70013b3cf69 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/99810eba5f3a85e32d04d70013b3cf69 to your computer and use it in GitHub Desktop.
>>> 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