Files pyclariuscast.so and libcast.so Cast Python Exmples
We just started using the Clarius US probes and wanted to read out frames in Python on a Windows machine. In the Cast Python example the following step is given:
Copy the python programs to the extracted libs folder (where pyclariuscast.so and libcast.so are placed).
Where could we find the pyclariuscast.so and libcast.so files?
Hi, download the binaries from the release section https://github.com/clariusdev/cast/releases. Thanks!
I've downloaded the cast-11.0.0-windows.x64.zip binary and the source code zip and still can't find pyclariuscast.so and libcast.so
Shares object or .so files are for Unix like operating systems, you'll find dll and lib files only in Windows operating system packages
Thank you! What additional setup needs to be done for the Windows package for the pyclariuscast module? I'm getting ModuleNotFoundError: No module named 'pyclariuscast' when trying to run examples/pycaster.py with the release and repo downloaded.
Ensure the downloaded files (lib and dll for Windows) are in the same folder as the python script. We plan to make the installation process easier in the future.
It appears that pyclariuscast.so is missing in the ubuntu 22 released binaries for version 11.1.
The Linux packages were updated in the release section to include the missing pyclariuscast.so files--thank you for finding the issue. @AriBunnell you can re-download the Linux packages from the release section and try again.