-
-
Notifications
You must be signed in to change notification settings - Fork 374
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 check_setup.py #37
Comments
In the print statement I did which got rid of the error but the output is messed up i.e. cannot print the check mark here is my output: |
Hi @pyAstroDude, I can't reproduce the error (Ubuntu-ish Linux, Anaconda with conda version 4.7.10, Python version 3.7.3):
@scikit-image/core is there anyone with a Mac or a different Python distro that can reproduce this? Thanks! |
Can't reproduce on Arch-like Linux with miniconda (conda 4.7.10) and Python 3.6.9. @pyAstroDude, do you get the same behavior inside a brand-new conda environment maybe with Python 3.7?
s = '[{}] {:<11} {}'.format(status, pkg.ljust(13), version_installed)
print(s) What happens if you copy this into a python interpreter inside your shell? >>> print(b"\xe2\x9c\x93".decode("utf-8")) |
When I run the check_setup.py I get the following error:
Traceback (most recent call last):
File "check_setup.py", line 41, in
status, pkg.ljust(13), version_installed)
UnicodeEncodeError: 'ascii' codec can't encode character '\u2713' in position 1: ordinal not in range(128)
Note that I am using a Mac OS X 10.13.6, with miniconda installation; conda version 4.7.5 and python version 3.6.8
The text was updated successfully, but these errors were encountered: