Victor Lavrent'ev
unread,Dec 22, 2022, 7:57:59 AM12/22/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to alembic-discussion
Have a nice day, everyone.
I installed a new python (3.11) and now I can't build Alembic (Python 3.10 old version installed in parallel). Is it possible to fix CMakeLists.txt in order to build the library on the old version of Python (3.10)?
-- Found Python3: /usr/local/bin/python3.11 (found version "3.11.0") found components: Interpreter Development Development.Module Development.Embed
-- Found Python 3.11.0
-- Found package Imath using: Imath::PyImath_Python3_11
-- Could NOT find Boost (missing: python311) (found suitable version "1.76.0", minimum required is "1.53.0")
-- Could NOT find Boost (missing: python3.11) (found suitable version "1.76.0", minimum required is "1.53.0")
-- Found Boost: /usr/include (found suitable version "1.76.0", minimum required is "1.53.0") missing components: python311
-- BOOST INCLUDE DIRS: /usr/include
-- BOOST LIBRARIES:
CMake Error at python/PyAlembic/Tests/CMakeLists.txt:49 (GET_TARGET_PROPERTY):
get_target_property() called with non-existent target
"Imath::PyImath_Python3_11".