cmbruns / pyopenvr

Unofficial python bindings for Valve's OpenVR virtual reality SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

segment fault runnning on ubuntu 18.04

valkjsaaa opened this issue · comments

I'm running the example code provided with this repository on Ubuntu 18.04.2. However, I'm getting this error. Any idea to solve this?

python3: Relink `/lib/x86_64-linux-gnu/libudev.so.1' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
[1]    11552 segmentation fault (core dumped)  python3 data_collector.py

This error happened inside some Ubuntu specific library when a error is raised. I think it's not specific to this library, so I'll close it.