-
DescriptionI followed the guide, started a server with uvicorn, but I get the error: Additional contextHere is my code in main.py: When I run the server in the terminal: I get the error: Here are my requirements: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
Can't reproduce on a clean install with same python version 3.6.5 and fastapi==0.52.0 Could you try reinstalling your venv maybe something went wrong ? |
Beta Was this translation helpful? Give feedback.
-
|
I reinstalled my venv environment, it works. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Good to close @euri10 @abekthink ? |
Beta Was this translation helpful? Give feedback.
-
|
Great! Can we close this issue then @abekthink ? |
Beta Was this translation helpful? Give feedback.
-
|
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues. |
Beta Was this translation helpful? Give feedback.
I reinstalled my venv environment, it works. Thanks!