You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps for manually building the SDK on Windows with examples and Python bindings, and the provided C++ examples work. I am testing the installation on Windows 10 with Python 3.12.4, using Visual Studio 2022, CMake 3.30.0, and pybind11 for Python bindings. The version of my SDK is 2.1.1 because it is compatible with the ToF module we have (ADTF3175 Crosby).
However, when I want to test the Python examples, the aditofpython library is not recognized. The setup.py script does not seem to install the aditofpython library correctly. Could you please provide some guidance on how to install aditofpython?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the explanation. After building the project in Visual Studio, I still do not find the binaries copied in the directories of the Python example scripts. In build/bindings/Release there are three files: aditofpython.exp, aditofpython.lib and aditofPythonNone. I tried copying them next to the scripts but it didn't help. Do you have any suggestions?
I followed the steps for manually building the SDK on Windows with examples and Python bindings, and the provided C++ examples work. I am testing the installation on Windows 10 with Python 3.12.4, using Visual Studio 2022, CMake 3.30.0, and pybind11 for Python bindings. The version of my SDK is 2.1.1 because it is compatible with the ToF module we have (ADTF3175 Crosby).
However, when I want to test the Python examples, the aditofpython library is not recognized. The setup.py script does not seem to install the aditofpython library correctly. Could you please provide some guidance on how to install aditofpython?
The text was updated successfully, but these errors were encountered: