When I try to run Unreal Engine with steamVR runtime, and I import OpenCV with Python in there, I get import error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/lib/x86_64-linux-gnu/libhogweed.so.4: undefined symbol: __gmpn_cnd_sub_n
I dont get this error if I am not using steam runtime.
The simplest way to reproduce this error without Unreal Engine is
$ .steam/steam/ubuntu12_32/steam-runtime/run.sh python
import cv2
Closing as a duplicate of https://github.com/ValveSoftware/steam-runtime/issues/73.
Your system information
Please describe your issue in as much detail as possible:
When I try to run Unreal Engine with steamVR runtime, and I import OpenCV with Python in there, I get import error:
I dont get this error if I am not using steam runtime.
Steps for reproducing this issue:
The simplest way to reproduce this error without Unreal Engine is