Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the reason? #22

Open
gdshjzm opened this issue May 30, 2024 · 1 comment
Open

What is the reason? #22

gdshjzm opened this issue May 30, 2024 · 1 comment

Comments

@gdshjzm
Copy link

gdshjzm commented May 30, 2024

TypeError: unsupported operand type(s) for |: 'type' and '_GenericAlias'

38 │ │
│ 39 │ event_type: EventType │
│ 40 │ params: Optional[dict] = None │
│ ❱ 41 │ returns: Optional[str | List[str]] = None │
│ 42 │ init_timestamp: str = field(default_factory=get_ISO_time) │
│ 43 │ end_timestamp: Optional[str] = None │
│ 44 │ agent_id: Optional[UUID] = field(default_factory=check_call_stack_for_agent_id)

@adrnd
Copy link

adrnd commented May 30, 2024

Found out that you need to make sure you're running Python 3.10 (or higher I guess). Having defaulted to python 3.9 the installation step didn't fully complete it seems, but without any error message. Anyway with 3.10 installed and re-running the Install requirements step I was able to run the server.
But I still don't understand how to get the client running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants