Open MedericFourmy opened 1 year ago
I'm facing the same error
Hi @krrishdholakia,
This project is currently in alpha state: the first 0.x release is not ready, and it's not yet working well enough, even for its developers.
We can't provide support right now, I'd suggest you to wait for the first release before spending more time here
In cosypose folder, while running
conda env update --name happypose --file environment_noversion.yml
(! typo, should be.yaml
), I got an error whileglumpy
is being pip installed. Actually, the error seems to come from thetriangle
wheel, the error message ends withIt seems that the error is related to the conda python version, which is 11 by default, see this issue which seems to have the same problem.
Switching back to python 10 seems to solve the issue.
EDIT: looking at
happypose/megapose6d/conda/environment_full.yaml
, python=3.9 is enforced there, should we do it forcosypose/environment_noversion.yaml
?