I want to distribute my app to sharing.


Face recognition solution via webrtc using dlib and face_recognition package. I want to distribute it as streamlet, so please tell me how

This is my GitHub address GitHub - JinBeom98/test_deploy

Can you share the error message from your log so the issue can be identified

The error message that is constantly occurring is ERROR: Failed building wheel for dlib

For more information, the problem occurs in the following steps.

Collecting mdurl~=0.1

Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)

Building wheels for collected packages: imutils, dlib, face-recognition-models, validators

Building wheel for imutils (setup.py): started

Building wheel for imutils (setup.py): finished with status ‘done’

Created wheel for imutils: filename=imutils-0.5.4-py3-none-any.whl size=25838 sha256=a68e142335dc511ad3e2ad852902be3d0686bca3968e9d5ccfab2363a24ee074

Stored in directory: /tmp/pip-ephem-wheel-cache-l4e4a479/wheels/4b/a5/2d/4a070a801d3a3d93f033d3ee9728f470f514826e89952df3ea

Building wheel for dlib (pyproject.toml): started

Building wheel for dlib (pyproject.toml): finished with status ‘error’

error: subprocess-exited-with-error

× Building wheel for dlib (pyproject.toml) did not run successfully.

│ exit code: 1

Can you try following these instructions? E: Unable to locate package cmake - #5 by snehankekre

I ran it as you said, but I get an error message like "ModuleNotFoundError: No module named ‘cv2’. It seems that the library could not be imported. What should I do?

Did you put opencv in your requirements file?

Could you please share your repo? The link you posted above doesn’t load.