Date: Fri, 29 Apr 2016 10:09:04 -0400 From: Bartlomiej Mika <bart@mikasoftware.com> To: python@FreeBSD.org Subject: django-tenants Message-ID: <CAG3c_Esg%2BMBgHt%2BBdnzJbEYu2kyYN4T-GR8n8yx28OGXB0M2uQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Salutations! I have the following python installed: python34-3.4.4_2 I am also using *pip 8.1.1* I am trying to install *django-tenants* using these two things and python gives me this error: % pip install django-tenants Collecting django-tenants Using cached django-tenants-1.1.5.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-814hp86j/django-tenants/setup.py", line 31, in <module> long_description=open('README.rst').read() if exists("README.rst") else "", File "/usr/home/django/py-bizmula/env/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 604: ordinal not in range(128) ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-814hp86j/django-tenants/ Can you investigate why *python 3.4* is messing up when doing this? I've asked the* django-tenants* package managers as well: https://github.com/tomturner/django-tenants/issues/80 Thank you! -- *Bartlomiej Mika*, President, London, Ontario Mobile: 226-235-1368 www.mikasoftware.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG3c_Esg%2BMBgHt%2BBdnzJbEYu2kyYN4T-GR8n8yx28OGXB0M2uQ>