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
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
Following the client tutorial, I am trying to launch the client with the weather server previously developed and I get this ModuleNotFoundError : No module name 'httpx'
Is it because I created separated virtual environments for the clients and the servers ?
Anyway, I have httpx installed in both.
How does the client process the provided server ? Do I need to launch the server manually first ?