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
I am new to use sqlmodel,I try to write sample follow official doc.but it run errors.
Conolse Error
PS E:\test> & C:/Users/jekoi/AppData/Local/Programs/Python/Python38-32/python.exe e:/test/t6.pyTraceback (most recent call last): File "e:/test/t6.py", line 30, in <module> print(hero) File "C:\Users\jekoi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pydantic\main.py", line 893, in __str__ return self.__repr_str__(' ') File "C:\Users\jekoi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pydantic\_internal\_repr.py", line 55, in __repr_str__ return join_str.join(repr(v) if a is None else f'{a}={v!r}' for a, v in self.__repr_args__()) File "C:\Users\jekoi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sqlmodel\main.py", line 732, in __repr_args__ return [ File "C:\Users\jekoi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sqlmodel\main.py", line 732, in <listcomp> return [ File "C:\Users\jekoi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pydantic\main.py", line 881, in __repr_args__ pydantic_extra = self.__pydantic_extra__ File "C:\Users\jekoi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pydantic\main.py", line 723, in __getattr__ pydantic_extra = object.__getattribute__(self, '__pydantic_extra__')AttributeError: __pydantic_extra__PS E:\test>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First Check
Commit to Help
Example Code
Description
I am new to use sqlmodel,I try to write sample follow official doc.but it run errors.
Conolse Error
Operating System
Windows
Operating System Details
Win10 professional edition 64bit X86-64
SQLModel Version
0.0.14
Python Version
Python 3.8.10 32bit
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions