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

error on install peewee-db-evolve #42

Open
cezardasilva opened this issue Jan 10, 2020 · 0 comments
Open

error on install peewee-db-evolve #42

cezardasilva opened this issue Jan 10, 2020 · 0 comments

Comments

@cezardasilva
Copy link

Hi!

I tried to install peewee-db-evolve using pip3 install peewee-db-evolve, but I received this error message:

ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8q9vca8f/peewee-db-evolve/setup.py'"'"'; __file__='"'"'/tmp/pip-install-8q9vca8f/peewee-db-evolve/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-8q9vca8f/peewee-db-evolve/pip-egg-info
         cwd: /tmp/pip-install-8q9vca8f/peewee-db-evolve/
    Complete output (12 lines):
    sh: 1: pandoc: not found
    colorama not installed
    peewee or herman not installed
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-8q9vca8f/peewee-db-evolve/setup.py", line 18, in <module>
        long_description=long_description(),
      File "/tmp/pip-install-8q9vca8f/peewee-db-evolve/setup.py", line 10, in long_description
        return f.read()
      File "/usr/lib/python3.6/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 266: ordinal not in range(128)
    ----------------------------------------

I'm using python3.7 and pip3 inside a Docker container.

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