Human-Body-Measurements-using-Computer-Vision
Human-Body-Measurements-using-Computer-Vision copied to clipboard
opendr not installing
ERROR: No matching distribution found for opendr
I had a problem with this as well, but the very first error thrown from opendr installation was for numpy
not being found. pip install numpy
fixed it.
Yes it was resolved by individual installing. Did you test this app? If yes , then how many tests did you conduct ? and what's the accuracy? Thanks and regards
On Tue, Aug 3, 2021 at 2:57 PM Vladimir Mitrović @.***> wrote:
I had a problem with this as well, but the very first error thrown from opendr installation was for numpy not being found. pip install numpy fixed it.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/farazBhatti/Human-Body-Measurements-using-Computer-Vision/issues/13#issuecomment-891666179, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5H3N7RD7T2HDP72NXNDYDT26VOBANCNFSM5BLEEK5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
I had no luck installing it at all, got stuck many times with Python dependency errors, gave up. 😐
I was able to install it after a few errors and tests
pip3 install chumpy sudo apt-get install libosmesa6-dev
Solved the problem
I had no luck installing it at all, got stuck many times with Python dependency errors, gave up. neutral_face
sudo apt install libosmesa6-dev
sudo apt-get install build-essential
sudo apt-get install libgl1-mesa-dev
sudo apt-get install libglu1-mesa-dev
sudo apt-get install freeglut3-dev
sudo pip install opendr
source: https://github.com/akanazawa/hmr/issues/82#issuecomment-557430371