Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError: 'ascii' codec can't decode byte... #1

Closed
bashu opened this issue Dec 9, 2015 · 0 comments
Closed

UnicodeDecodeError: 'ascii' codec can't decode byte... #1

bashu opened this issue Dec 9, 2015 · 0 comments

Comments

@bashu
Copy link
Contributor

bashu commented Dec 9, 2015

Downloading/unpacking tapioca-disqus==0.1.1 (from puput->-r /home/vagrant/bodytherapy/djangoapp/requirements/project.txt (line 17))
  Downloading tapioca-disqus-0.1.1.tar.gz
  Running setup.py (path:/home/vagrant/.virtualenv/build/tapioca-disqus/setup.py) egg_info for package tapioca-disqus
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/vagrant/.virtualenv/build/tapioca-disqus/setup.py", line 65, in <module>
        version=get_version(package),
      File "/home/vagrant/.virtualenv/build/tapioca-disqus/setup.py", line 34, in get_version
        init_py = open(os.path.join(package, '__init__.py')).read()
      File "/home/vagrant/.virtualenv/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 41: ordinal not in range(128)
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/home/vagrant/.virtualenv/build/tapioca-disqus/setup.py", line 65, in <module>

    version=get_version(package),

  File "/home/vagrant/.virtualenv/build/tapioca-disqus/setup.py", line 34, in get_version

    init_py = open(os.path.join(package, '__init__.py')).read()

  File "/home/vagrant/.virtualenv/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 41: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant