scikit-tensor icon indicating copy to clipboard operation
scikit-tensor copied to clipboard

Installation error: SyntaxError: Missing parentheses in call to 'print'. Did you mean print(mod.__version__)?

Open BhuvaneshBhatt opened this issue 7 years ago • 1 comments

I'm getting a fatal installation error when installing scikit-tensor on my Mac:

~$ pip3 --version pip 10.0.1 from /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip (python 3.6) ~$ pip3 install scikit-tensor Collecting scikit-tensor Using cached https://files.pythonhosted.org/packages/e9/5e/2ce76cc8f9da0517085e17cd70210ed996aeb8f972e7080d0bc89d82bbd9/scikit-tensor-0.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/4y/cwpdv5dd37q0djhsgnr558m0000b4c/T/pip-install-4m41b2gw/scikit-tensor/setup.py", line 79 print mod.version ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(mod.version)?

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/4y/cwpdv5dd37q0djhsgnr558m0000b4c/T/pip-install-4m41b2gw/scikit-tensor/ ~$

BhuvaneshBhatt avatar Jul 10 '18 22:07 BhuvaneshBhatt

Dupe of #34 . See that issue for a possible solution to installing this package.

evertrol avatar Aug 21 '18 12:08 evertrol