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
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!
The text was updated successfully, but these errors were encountered:
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
Trying to run the setup, I get
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!
The text was updated successfully, but these errors were encountered: