python – How to use ximea api with conda on linux

I am unable to use the Ximea API (python) on linux. The documentation makes it seem like I only have to install the software package (documentation link 1/2) and the library will be available for import in any python script (documentation link 2/2). This is not the case. In windows, one can just copy-past the library from the installation folder. This is not possible in linux : the folder /opt/XIMEA does contain the python example scripts, but it does not contain the library folder itself.

Where can I find the python library folder for linux? How should I go about installing this in conda or another virtual environment?

Regards,
Jan

Read more here: Source link