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
I cannot import FATS on python3.4 produces syntax error