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
Traceback (most recent call last):
File "E:\Desktop\test.py", line 1, in <module>
from apitable import Apitable
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\__init__.py", line 1, in <module>
from .apitable import Apitable
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\apitable.py", line 4, in <module>
from .datasheet import Datasheet
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\datasheet\__init__.py", line 1, in <module>
from .datasheet import *
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\datasheet\datasheet.py", line 11, in <module>
from apitable.datasheet.field_manager import FieldManager
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\datasheet\field_manager.py", line 2, in <module>
from apitable.types.field import MetaField
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\types\__init__.py", line 2, in <module>
from .field import *
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\types\field.py", line 5, in <module>
from pydantic.typing import ForwardRef
ImportError: cannot import name 'ForwardRef' from 'pydantic.typing'
The text was updated successfully, but these errors were encountered:
环境
python 3.10.6
Apitable 1.3.1
pydantic 2.1.1
测试代码:
异常信息:
The text was updated successfully, but these errors were encountered: