Releases: steffensc/pyvicon-datatstream-module
Releases · steffensc/pyvicon-datatstream-module
v0.2.3
Compiles now on Windows, but with issue: .lib and .dll files are copied to the wrong path's causing following issue when importing the module in python:
"ImportError: DLL load failed while importing _pyvicon_datastream_wrapper: Module not found."
Fix: Move them manually to module's folder:
- (venv)/bin/ViconDataStreamSDK_CPP.dll => (venv)/Lib/site-packages/pyvicon_datastream/Lib/ViconDataStreamSDK_CPP.dll
- (venv)/Lib/ViconDataStreamSDK_CPP.lib => (venv)/Lib/site-packages/pyvicon_datastream/Lib/ViconDataStreamSDK_CPP.lib (create a folder Lib inside pyvicon_datastream)
ARM & x86 on macOS & Ubuntu
fixes in CMakeLists.txt allow now to install / compile the module's libraries on ARM & x86 on macOS & Ubuntu.
Testet on ARM macOS Ventura 13.2.1 and RaspBerry Pi 4 Ubuntu 22 and x86 Ubuntu 20
mostly stable
- Tested as mostly stable :)
- added more information in setup.py and add README.md so that it is displayed under the project description on the module's PyPI page
Ship with Boostlib
The needed boost lib components for building the Vicon Datastream SDK are now compiled during the installation process! The sources are automatically downloaded from the boost lib GitHub repository.
initial Release
initial Release
(fixes in setup py and auto deploy-script)