davidADSP / Generative_Deep_Learning_2nd_Edition

The official code repository for the second edition of the O'Reilly book Generative Deep Learning: Teaching Machines to Paint, Write, Compose and Play.
https://www.oreilly.com/library/view/generative-deep-learning/9781098134174/
Apache License 2.0
1.12k stars 428 forks source link

Fix for building non-gpu version on mac `ERROR: ERROR: Failed to buil… #46

Open topeerz opened 1 week ago

topeerz commented 1 week ago

…d installable wheels for some pyproject.toml based projects (h5py)`

analysis: The Mac doesn't provide libhdf5-dev

fix: Add installation of libhdf5-dev to the build

testing: Build using Docker 4.35.1 (173168) on Sononma (14.6.1 (23G93)) via docker compose -f docker-compose.macOS.yml build