We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi thanks for the sooftware but idk i have this issue:
The text was updated successfully, but these errors were encountered:
change requirements.txt to this
uvicorn==0.26.0 starlette==0.35.1 pydantic==2.5.3 jinja2==3.1.3 fastapi==0.109.0 python-multipart==0.0.9
create a .txt file paste this rename the .txt file to runHLDW.bat @echo off
set "CMD=uvicorn main:app --reload --host 0.0.0.0 --port 7869"
taskkill /im uvicorn.exe 2>nul
echo Running command: %CMD%
start "" %CMD%
start chrome http://localhost:7869
exit
run the steps mentionned on the readme. if you don't want to bother changing requirements.txt then just use: pip install python-multipart
Sorry, something went wrong.
No branches or pull requests
Hi thanks for the sooftware but idk i have this issue:
The text was updated successfully, but these errors were encountered: