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

Encoding problem #2

Closed
jrings opened this issue Aug 4, 2016 · 2 comments
Closed

Encoding problem #2

jrings opened this issue Aug 4, 2016 · 2 comments

Comments

@jrings
Copy link
Contributor

jrings commented Aug 4, 2016

Trying to run the setup, I get

  File "setup.py", line 20
SyntaxError: Non-ASCII character '\xe2' in file setup.py on line 21, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

This should be fixable by adding

# -*- coding: utf-8 -*-

to the top of the file. Same for the DBSCAN_multiplex.py.

I'll draft a quick PR!

@GGiecold-zz
Copy link
Owner

Thank you for pointing this out. Your pull request has been merged onto
DBSCAN_multiplex's Git repository

With kind regards,

Gregory
On Aug 3, 2016 9:49 PM, "Joerg Rings" notifications@github.com wrote:

Trying to run the setup, I get

File "setup.py", line 20
SyntaxError: Non-ASCII character '\xe2' in file setup.py on line 21, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

This should be fixable by adding

-- coding: utf-8 --

to the top of the file


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#2, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AK3j53lmAJNXMRzR-cTk2-akOKZ-TmRIks5qcUUMgaJpZM4JcQyA
.

@jrings
Copy link
Contributor Author

jrings commented Aug 4, 2016

Thanks :)

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