Python - модуль openvr - PullRequest
       26

Python - модуль openvr

0 голосов
/ 05 ноября 2019

Это ошибка, которую я получаю, если импортирую openvr для получения данных отслеживания

Traceback

line 1, in <module>
    import triad_openvr

line 3, in <module>
    import openvr


, line 58, in <module>
    _openvr = cdll.LoadLibrary(_openvr_lib_name)


line 447, in LoadLibrary
    return self._dlltype(name)


 line 369, in __init__
    self._handle = _dlopen(self._name, mode)


Could not find module 'libopenvr_api_32'. Try using the full path with constructor syntax.
...