I download this package by pip, the version is 0.2.3, error has occurred:
sqlalchemy.orm.exc.UnmappedColumnError: Can't execute sync rule for source column 'fp_user.id'; mapper 'Mapper|UserMixin|fp_user' does not map this column. Try using an explicit foreign_keys collection which does not include destination column 'fp_user_role.user_id' (or use a viewonly=True relation).
how to solve this problem~
if I clone package from github,choose the newest version,error has occurred:
AttributeError: 'str' object has no attribute 'fget'
I download this package by pip, the version is 0.2.3, error has occurred: sqlalchemy.orm.exc.UnmappedColumnError: Can't execute sync rule for source column 'fp_user.id'; mapper 'Mapper|UserMixin|fp_user' does not map this column. Try using an explicit
foreign_keys
collection which does not include destination column 'fp_user_role.user_id' (or use a viewonly=True relation).how to solve this problem~ if I clone package from github,choose the newest version,error has occurred: AttributeError: 'str' object has no attribute 'fget'