-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I'm trying to install on a Mac (running OS X 10.12.5) under Python 3. Installation under Python 2 succeds, but with Python 3 I get the following output:
» pip3 install --no-cache-dir --upgrade preprocess
Collecting preprocess
Downloading preprocess-1.1.0.zip (59kB)
100% |████████████████████████████████| 61kB 357kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/gm/8bn6zk2d3sd3wzk60tb08y180000gn/T/pip-build-uf_gm76_/preprocess/setup.py", line 28, in <module>
import preprocess
File "/private/var/folders/gm/8bn6zk2d3sd3wzk60tb08y180000gn/T/pip-build-uf_gm76_/preprocess/lib/preprocess.py", line 264
except Exception, ex:
^
SyntaxError: invalid syntax
Metadata
Metadata
Assignees
Labels
No labels