-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error Installing on Mac Terminal #65
Comments
I'm sorry about your troubles. Have you tried I haven't really worked on |
It isn't just Mac. It is throwing an error on install (This is on Manjaro) [coderbook@computer Downloads]$ sudo pip install numismatic
Collecting numismatic
Downloading https://files.pythonhosted.org/packages/25/18/f18a83ae37e5ba8f697ec5fcde1d68da5be0fd8c80116fb5802b8d827bc0/numismatic-0.1.7-py3-none-any.whl
Collecting six==1.11.0 (from numismatic)
Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting certifi==2017.7.27.1 (from numismatic)
Using cached https://files.pythonhosted.org/packages/40/66/06130724e8205fc8c105db7edb92871c7fff7d31324d7f4405c762624a43/certifi-2017.7.27.1-py2.py3-none-any.whl
Collecting toolz==0.8.2 (from numismatic)
Using cached https://files.pythonhosted.org/packages/75/9c/a26de5efd56009e15af607bff6d2a395631e3c20e7c64b861c9bc4b34288/toolz-0.8.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-3c3dgii_/toolz/setup.py", line 5, in <module>
import toolz
File "/tmp/pip-install-3c3dgii_/toolz/toolz/__init__.py", line 3, in <module>
from .functoolz import *
File "/tmp/pip-install-3c3dgii_/toolz/toolz/functoolz.py", line 501
f.__name__ for f in reversed((self.first,) + self.funcs),
^
SyntaxError: Generator expression must be parenthesized
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-3c3dgii_/toolz/ |
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-install-14pvn2be/toolz/
I have no idea what could it be
The text was updated successfully, but these errors were encountered: