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

Install Issue #1

Open
tracerrx opened this issue Sep 30, 2016 · 2 comments
Open

Install Issue #1

tracerrx opened this issue Sep 30, 2016 · 2 comments

Comments

@tracerrx
Copy link

Getting the following after following install instructions on Jessie/Pi 3

[INFO ] [Logger ] Record log in /root/.kivy/logs/kivy_16-09-29_1.txt
[INFO ] [Kivy ] v1.9.2-dev0
[INFO ] [Python ] v2.7.9 (default, Sep 17 2016, 20:26:04)
[GCC 4.9.2]
[INFO ] [Factory ] 193 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_gif, img_sdl2, img_pil (img_ffpyplayer ignored)
Traceback (most recent call last):
File "/usr/local/bin/scanman", line 9, in
load_entry_point('scanman==0.8', 'console_scripts', 'scanman')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load
['name'])
File "/usr/local/lib/python2.7/dist-packages/scanman/main.py", line 13, in
from img2pdf import pdfdoc
File "/usr/local/lib/python2.7/dist-packages/img2pdf.py", line 204
SyntaxError: Non-ASCII character '\xe2' in file /usr/local/lib/python2.7/dist-packages/img2pdf.py on line 204, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

@rs
Copy link
Owner

rs commented Sep 30, 2016

Looks like an error introduced in img2pdf. Are you sure you have the last version of this library?

@tracerrx
Copy link
Author

yes, even ran "sudo pip install img2pdf --upgrade". Get the same result, using jessie image dated 09-23-2016.

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

2 participants