Closed edsu closed 8 years ago
(This was a problem with the setup.py not specifying a minimum version of six
, and was fixed in version 3.1.2)
I am facing the same issue while running django server. I am not using virtual environment. Also, six package is on latest version in python. But still getting the error, What am I doing wrong?
Name: six Version: 1.10.0 Location: /usr/local/lib/python2.7/dist-packages Requires
$python ~/django/mysite/manage.py runserver localhost [1] 3913 $ AttributeError: 'module' object has no attribute 'python_2_unicode_compatible'
an email from hf36@nyu.edu
I've just started to work with python/pymarc on a new computer and used pip to install pymarc (using Python 2.7.10), but when I've just tried to run a python script, I get the following error for the "import pymarc" line:
I assume I've something out of date or such, but have no idea how to troubleshoot this error... (I'm not that versed in installation issues)