Skip to content

ERROR import pymssa #7

Description

@fspaolo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions