79299707

Date: 2024-12-21 16:11:14
Score: 1.5
Natty:
Report link

I realized that even though I had the virtual environment activated, it was looking for packages in the global 3.11 environment. The solution was to run the project as follows:

python -m uvicorn main:ia --port 8000 --reload
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Deiver Garcia