Human-Body-Measurements-using-Computer-Vision icon indicating copy to clipboard operation
Human-Body-Measurements-using-Computer-Vision copied to clipboard

opendr not installing

Open MdFaysal97 opened this issue 3 years ago • 5 comments

ERROR: No matching distribution found for opendr

MdFaysal97 avatar Aug 01 '21 13:08 MdFaysal97

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.

vl4dimir avatar Aug 03 '21 08:08 vl4dimir

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 .

MdFaysal97 avatar Aug 05 '21 12:08 MdFaysal97

I had no luck installing it at all, got stuck many times with Python dependency errors, gave up. 😐

vl4dimir avatar Sep 23 '21 13:09 vl4dimir

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

AmazingGrace-D avatar Feb 10 '22 05:02 AmazingGrace-D

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

BhaumikThakkar avatar Jul 15 '22 10:07 BhaumikThakkar