arocks/edge

error while installing django-authtools

開放

#39 建立於 2015年8月8日

 (1 則留言) (0 個反應) (0 位負責人)HTML (237 個分叉)batch import
help wanted

倉庫指標

星標
 (832 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hi, i'm facing an issue when trying to install requirements, so after i hit : (py3env)[kaddour@archlinux edge $ pip3 install -r requirements.txt i get this error :

Collecting django-environ>=0.3.0 (from -r requirements/base.txt (line 2))
  Using cached django-environ-0.3.0.tar.gz
Collecting django-braces>=1.8.0 (from -r requirements/base.txt (line 3))
  Using cached django_braces-1.8.1-py2.py3-none-any.whl
Collecting django-crispy-forms>=1.4.0 (from -r requirements/base.txt (line 4))
Collecting django-admin-bootstrapped>=2.4.0 (from -r requirements/base.txt (line 5))
Collecting django-authtools>=1.2.0 (from -r requirements/base.txt (line 6))
  Using cached django-authtools-1.2.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-build-pdsxcxi3/django-authtools/setup.py", line 23, in <module>
        long_description='\n\n'.join([read('README.rst'), read('CHANGES.rst')]),
      File "/tmp/pip-build-pdsxcxi3/django-authtools/setup.py", line 10, in read
        return open(os.path.join(os.path.dirname(**file**), fname)).read()
      File "/usr/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 0xc3 in position 721: ordinal not in range(128)



Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-pdsxcxi3/django-authtools```

---

So i think this line has to do with utf8 encoding "stuff"
`UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 721: ordinal not in range(128)`

Any help is welcome (i'm an almost perfect **noob**)

貢獻者指南