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."

12 days later

@"admin" i got this error

ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects

6 days later

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.

13 days later

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