alembic / alembic

Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.
http://alembic.io/
Other
1.04k stars 255 forks source link

Could NOT find Boost #451

Open kikunayar opened 4 days ago

kikunayar commented 4 days ago
      -- Could NOT find Boost (missing: Boost_INCLUDE_DIR python312) (Required is at least version "1.53.0")
      -- Could NOT find Boost (missing: Boost_INCLUDE_DIR python3.12) (Required is at least version "1.53.0")
      -- Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.53.0")
kikunayar commented 4 days ago

I'm using python 3.12.1

pip install C:\Users\hunte\Downloads\Compressed\alembic-1.8.6\alembic-1.8.6

boost-python:x64-windows@1.85.0#2 is already installed

kikunayar commented 4 days ago

It seems I missed installing the correct Boost library

kikunayar commented 4 days ago

ahhh SET PATH

lamiller0 commented 4 days ago

Yeah, you will need to make sure Cmake can find your boost install. What Imath are you using? You may run into problems based on this: https://github.com/AcademySoftwareFoundation/Imath/issues/395

kikunayar commented 3 days ago

Yeah, you will need to make sure Cmake can find your boost install. What Imath are you using? You may run into problems based on this: AcademySoftwareFoundation/Imath#395

Yes i using latest version and i run into the problems so i change the version to 3.1.8 and run into the same problems