AttributeError while running feast apply

I am getting the below error while registering the features(feast apply)
File “C:\Users\abcd\Documents\feast\Feast Live Demo\feature_repo\feature_repo\feature_definition.py”, line 11, in
democlient = Entity(name = “demo_id”,value_type = ValueType.Int64,description = “ID”)
File “C:\Users\abcd\Anaconda3\lib\enum.py”, line 429, in getattr
raise AttributeError(name) from None
AttributeError: Int64

This means that the name ValueType is bound to None, and therefore
is has no .Int64 attribute.

There’s no way to help further without seeing you your code.

Cheers,
Cameron Simpson cs@cskk.id.au

Which file you want to see feature_definition.py?