You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi!
I tried to install peewee-db-evolve using
pip3 install peewee-db-evolve
, but I received this error message:I'm using python3.7 and pip3 inside a Docker container.
The text was updated successfully, but these errors were encountered: