Installing thought python setup.py install went just fine. The very fist attempt to import the module, however, gave me the following error:
$ python -c 'import pymssa'
\Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/paolofer/anaconda2/lib/python2.7/site-packages/pymssa-0.1.0-py2.7.egg/pymssa/__init__.py", line 1, in <module>
from .mssa import MSSA
File "/Users/paolofer/anaconda2/lib/python2.7/site-packages/pymssa-0.1.0-py2.7.egg/pymssa/mssa.py", line 229
U = left_singular_vectors @ T
^
SyntaxError: invalid syntax
Installing thought
python setup.py installwent just fine. The very fist attempt to import the module, however, gave me the following error: