Skip to content

compatibility with python 3 #7

Description

@linnabraham

I cannot import FATS on python3.4 produces syntax error

import FATS
Traceback (most recent call last):
File "", line 1, in
File "/home/linn/.local/lib/python3.4/site-packages/FATS/init.py", line 2, in
from .Feature import FeatureSpace
File "/home/linn/.local/lib/python3.4/site-packages/FATS/Feature.py", line 93
print "Warning: the feature", name, "could not be calculated because", obj().Data, "are needed."
^
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