Problems in Voila Installation for PYNQ Z2 Board

I am trying to install the Voila Dashboard for Jupyter Notebook on my PYNQ Z2 board. The installation guide [link] using the following command

pip3 install voila

But I get an error: ERROR: Disabling PEP 517 processing is invalid: project specifies a build backend of setuptools.build_meta in pyproject.toml

Since the error is not directly telling me what went wrong in the installation, I tried to disable the --no-use-pep517 flag but I am not sure how to do that. Kindly help me resolve this issue.

Thank you.