You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-04-17 21:35:21 File "/app/quickbio/.venv/lib/python3.12/site-packages/aredis_om/model/model.py", line 1379, in new
2025-04-17 21:35:21 field.field_info = field_info
2025-04-17 21:35:21 ^^^^^^^^^^^^^^^^
2025-04-17 21:35:21 AttributeError: 'FieldInfo' object has no attribute 'field_info'
This happend with docker, on local works fine.
dependencies = [
"redis-om>=0.3.5",
]
edit: is with redis 0.3.5
The text was updated successfully, but these errors were encountered:
2025-04-17 21:35:21 File "/app/quickbio/.venv/lib/python3.12/site-packages/aredis_om/model/model.py", line 1379, in new
2025-04-17 21:35:21 field.field_info = field_info
2025-04-17 21:35:21 ^^^^^^^^^^^^^^^^
2025-04-17 21:35:21 AttributeError: 'FieldInfo' object has no attribute 'field_info'
This happend with docker, on local works fine.
dependencies = [
"redis-om>=0.3.5",
]
edit: is with redis 0.3.5
The text was updated successfully, but these errors were encountered: