For vcpkg, as far as I understand, it only builds the python bindings if you
specifically ask it to with an option. You need to say something like
vcpkg install openimageio[tools,pybind11]
There are other "feature options" possible, as well, depending on your needs.
See
https://github.com/microsoft/vcpkg/blob/master/ports/openimageio/portfile.cmake
<https://github.com/microsoft/vcpkg/blob/master/ports/openimageio/portfile.cmake>
and look for the "features"
or try `vcpkg search openimageio` to list them.
> On Aug 28, 2022, at 5:46 PM, Daniele Vagnarelli <[email protected]>
> wrote:
>
> Hello everyone!
>
> I have a very noob question for you. I would like to use openimageio in a
> python script. Of course using import openimageio doesn't work. I did try to
> use pip install openimageio but that didn't work. I tried to use cvpkg (I
> have a windows machine) but I am not sure if it did "install" and if so, not
> sure how to then import it in python. Any suggestion or a guide for dummies
> on how to install openimageio on a windows machine or hints or whatever?
> Thank you all!
> _______________________________________________
> Oiio-dev mailing list
> [email protected]
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
--
Larry Gritz
[email protected]
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org