libsurvive icon indicating copy to clipboard operation
libsurvive copied to clipboard

PyPI pysurvive package outdated — causes errors with VIVE Tracker (3.0) on Windows 10/11 (x86-64)

Open DanielWang123321 opened this issue 3 months ago • 1 comments

On Windows 10/11 (x86-64) with VIVE Tracker 3.0:

Installing via pip install pysurvive makes the sample scripts raise errors at runtime and no tracking data is returned.

Building the latest GitHub source and using the resulting Python bindings works correctly.

Replacing the DLLs from bindings/python/pysurvive/plugins (built locally) into the pip installation’s .../site-packages/pysurvive/plugins fixes the problem immediately.

This indicates the PyPI wheel contains outdated/broken plugin DLLs, while the current GitHub source produces working DLLs.

DanielWang123321 avatar Oct 13 '25 04:10 DanielWang123321

pysurvive is probably outdated. There has been some work since the last release, and we're probably due for a release but there's still a few things to fix.

bl4ckb0ne avatar Oct 14 '25 15:10 bl4ckb0ne