You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the dependencies in requirements.txt pulls in the latest version of NumPy, 2.0. I believe this conflicts with the MediaPipe module but not exactly sure.
On my fork, I make the virtual environment on the CLI and then have to downgrade NumPy manually.
One of the dependencies in requirements.txt pulls in the latest version of NumPy, 2.0. I believe this conflicts with the MediaPipe module but not exactly sure.
On my fork, I make the virtual environment on the CLI and then have to downgrade NumPy manually.
My workflow:
Check the NumPy version:
It will likely display 2.0.0, we need to downgrade to 1.24.6 due to compatibility issues.
The text was updated successfully, but these errors were encountered: