liangxuy / Inter-X

[CVPR 2024] Official implementation of the paper "Towards Versatile Human-Human Interaction Analysis"
https://liangxuy.github.io/inter-x/
Other
105 stars 2 forks source link

ImportError: Failed to load GLFW3 shared library. #3

Open ggg66 opened 2 months ago

ggg66 commented 2 months ago

When I run python data_viewer.py, I encounter this error.I installed GLFW==1.8.2. Is my version incorrect?

liangxuy commented 2 months ago

Hi, @ggg66. I use Python3.8 and GLFW 2.7.0 on MacOS. Maybe you can try this solution on Linux and run

sudo apt-get install libglfw3
sudo apt-get install libglfw3-dev