Which python version do you want to use? Are you sure it's installed on your 
system?

OIIO's build system has a cmake variable called PYTHON_VERSION, and if you set 
that (you know, like cmake ... -DPYTHON_VERSION=3.7 ...) it might help it out 
if the problem is that it's getting confused about which python to use.

You say you tried setting Python_ROOT to various things. What things?

Looking at CMake's FindPython.cmake, I see that it might be looking for a hint 
in Python_ROOT_DIR rather than Python_ROOT. Maybe try that?


> On Jun 14, 2023, at 5:38 PM, Jeremy Hummel <jmhum...@gmail.com> wrote:
> 
> I've tried setting ```Python_ROOT``` to various things, but nothing seems to 
> work
> <CMakeCache.txt><build.log>_______________________________________________
> Oiio-dev mailing list
> Oiio-dev@lists.openimageio.org
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

--
Larry Gritz
l...@larrygritz.com





_______________________________________________
Oiio-dev mailing list
Oiio-dev@lists.openimageio.org
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to