Open BeeMargarida opened 2 years ago
Hi Margarida,
I encounter the same issue on Ubuntu 20.04 and I fix it by adding '--user' in the end of the command (just like installing with pip), i.e., I run
python setup.py build develop --user
.
I dont know the exact reason (it may relate to the virtual environment) but it works. Hope it may help you.
Best
Hi @HaoyiZhu , can you help check the halpecocotools?
Hi, could you try to manually run pip install halpecocotools
and then install alphapose again?
Actually, I find a similar issue here: https://github.com/open-mmlab/mmdetection/issues/1863. Hope it can help you.
Hi Margarida,
I encounter the same issue on Ubuntu 20.04 and I fix it by adding '--user' in the end of the command (just like installing with pip), i.e., I run
python setup.py build develop --user
. I dont know the exact reason (it may relate to the virtual environment) but it works. Hope it may help you.Best
Sorry, was gone for a while, will try again with that fix, thank you!
I have this same issue, the fix above changed nothing for me. I have been trying to find a solution for a few days now.
ok, got it building, had to build halpecocotools
from source since pip install fails.
I do this, in docker, but should be adaptable for other environments.
mkdir /build
cd /build && git clone https://github.com/HaoyiZhu/HalpeCOCOAPI.git
cd /build/HalpeCOCOAPI/PythonAPI && python3 setup.py build develop --user
You are right, thank you very much for the experience.
Actually, I find a similar issue here: open-mmlab/mmdetection#1863. Hope it can help you.
+2 years after this issue has been open, we still cannot pip install halpecocotools
, crazy
Hi!
First of all I would like to thank you for this library, was looking for a project that provided this type of functionaly with having to deal with atlas and this is a godsend.
I was trying to run the demo and could not move past
python setup.py build develop
. I followed all steps in https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/INSTALL.md#recommended-install-with-conda (except the ones specific for Ubuntu) and the error happened.Could you possible tell me what am I missing?