-
Notifications
You must be signed in to change notification settings - Fork 150
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
ModuleNotFoundError no module name 'httpx' #143
Comments
Oh, I know. There's one line in |
is this the reason my client fails with:
even though its installed in the server? what should YOUR_VENV_PATH be? I tried this:
I still get:
|
Thanks, this did solve my initial issue. Now I have a new one (the client hangs forever) |
Try to use relative paths instead |
Should this path be to the client or the server venv? |
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 ?
Below is my project structure
The text was updated successfully, but these errors were encountered: