InsightFace-REST icon indicating copy to clipboard operation
InsightFace-REST copied to clipboard

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

Open mriyazhussain opened this issue 2 years ago • 3 comments

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

CAn you pls help me in fixing this issue

mriyazhussain avatar Apr 10 '22 07:04 mriyazhussain

How did you get this error? This doesn't seems to be related to this repo.

SthPhoenix avatar Apr 10 '22 07:04 SthPhoenix

@mriyazhussain maybe this can help?

felixdollack avatar Nov 03 '22 17:11 felixdollack

If you are using virtual environment for the installation:

If the environment showing like: (conda env)(venv) user@user-dell:~

Then, source venv/bin/activate

And got, (venv)(conda env) user@user-dell:~

Again run pip install onnx==ANYVERSION

praful-1812 avatar Nov 26 '22 09:11 praful-1812