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
Hi! Am trying to install openBB but seems there is a problem with my pydantic version
ile ~\AppData\Local\anaconda3\Lib\site-packages\openbb_core\provider\abstract\data.py:5
1 """The OpenBB Standardized Data Model."""
3 from typing import Dict
----> 5 from pydantic import (
6 AliasGenerator,
7 BaseModel,
8 BeforeValidator,
9 ConfigDict,
10 alias_generators,
11 model_validator,
12 )
13 from typing_extensions import Annotated
16 def check_int(v: int) -> int:
ImportError: cannot import name 'AliasGenerator' from 'pydantic' (C:\Users\00011977\AppData\Local\anaconda3\Lib\site-packages\pydantic_init_.py) Any ideas? Thank you in advance
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
-
Hi! Am trying to install openBB but seems there is a problem with my pydantic version
ile ~\AppData\Local\anaconda3\Lib\site-packages\openbb_core\provider\abstract\data.py:5
1 """The OpenBB Standardized Data Model."""
3 from typing import Dict
----> 5 from pydantic import (
6 AliasGenerator,
7 BaseModel,
8 BeforeValidator,
9 ConfigDict,
10 alias_generators,
11 model_validator,
12 )
13 from typing_extensions import Annotated
16 def check_int(v: int) -> int:
ImportError: cannot import name 'AliasGenerator' from 'pydantic' (C:\Users\00011977\AppData\Local\anaconda3\Lib\site-packages\pydantic_init_.py) Any ideas? Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions