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
It's a SyntaxError in python to use a Non-ASCII character without a coding line
From a python3.9 pip install on Linux
Processing /var/local/src/quamash
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/tmp/pip-f_k0Un-build/setup.py", line 2, in <module>
import quamash
File "quamash/__init__.py", line 1
SyntaxError: Non-ASCII character '\xc2' in file quamash/__init__.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
The text was updated successfully, but these errors were encountered:
It's a SyntaxError in python to use a Non-ASCII character without a coding line
From a python3.9 pip install on Linux
The text was updated successfully, but these errors were encountered: