Not a duplicate thread
Can i host FastAPI Application using python
In documentation i can not find a topic related to Fast Api
Not a duplicate thread
Can i host FastAPI Application using python
In documentation i can not find a topic related to Fast Api
You can host almost everything, just try, don't ask.
i try to host but asked because there is no documentation
that's i asked.
The descriptions on the help page should not replace the documentation of specific projects.
You can host an application with FastAPI on a reserved port, or you can check the possibility of listening on a socket using .htaccess. You can also use https://docs.serv00.com/CGI/ or https://pypi.org/project/a2wsgi/ for Python-based websites. Passenger itself does not support ASGI, which may be required here, so we recommend using a proxy-type website with listening on a reserved port, where you can run, for example, uvicorn."
@"admin" i got this error
ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects
@faustinqcno Try again.
admin Error
error: cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked
failed with code 101
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for maturin
Failed to build maturin
ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
admin please solve this issue cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked
while installing fast api uisng pip command
faustinqcno First, before submitting, check the solutions you have already received. Example:
https://forum.serv00.com/d/170-no-support-for-python-libraries/2