harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
264 stars 46 forks source link

Non-ASCII Charactor #64

Closed yuxincs closed 8 years ago

yuxincs commented 8 years ago

I'm current't using OSX and trying to install quamash using

pip install quamash

However I kept getting this

Collecting quamash
  Using cached Quamash-0.5.5.zip
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/xc/w91zg1p97dd4v2gzrlrp7t440000gn/T/pip-build-VDDZTx/quamash/setup.py", line 2, in <module>
        import quamash
      File "/private/var/folders/xc/w91zg1p97dd4v2gzrlrp7t440000gn/T/pip-build-VDDZTx/quamash/quamash/__init__.py", line 1
    SyntaxError: Non-ASCII character '\xc2' in file /private/var/folders/xc/w91zg1p97dd4v2gzrlrp7t440000gn/T/pip-build-VDDZTx/quamash/quamash/__init__.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
harvimt commented 8 years ago

Only works on python 3.

harvimt commented 8 years ago

see #49

converge commented 7 years ago

pip3 install quamash do the work in macOS

harvimt commented 7 years ago

try python3 --version and python3 -m pip install quamash