jfzhang95 / PoseAug

[CVPR 2021] PoseAug: A Differentiable Pose Augmentation Framework for 3D Human Pose Estimation, (Oral, Best Paper Award Finalist)
MIT License
368 stars 57 forks source link

Error to setup the environment. #37

Closed 4ku closed 2 years ago

4ku commented 2 years ago

I've created conda environment and then did pip install -r requirements.txt. But I've got an error:

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/tmp/build/80754af9/numpy_and_numpy_base_1603487797006/work'

It seems I don't have files like file:///tmp/build/80754af9/numpy_and_numpy_base_1603487797006/work, which are in the requirements. There are temporary files, which I can not get.

Garfield-kh commented 2 years ago

Hi, thank you for the insterest! Can you try this one to skip error and see if it works?

Hope this helps.

4ku commented 2 years ago

I used conda environment from PoseFormer and it works for me: