Closed ccoulombe closed 2 years ago
The env.yml contains all the dependencies: https://github.com/facebookresearch/phyre/blob/main/env.yml
See docs on installation from the source here https://github.com/facebookresearch/phyre/blob/main/INSTALLATION.md
Phyre fails to build for a few reasons.
Using the
HEAD
of the repo, or the branchbuild-wheel-0.2.1
, build fails with missing files:It seems that the files are not generated from
thrift -r --gen cpp phyre/src/if/task.thrift
Also, the README should properly document the required dependencies and how to build from source. e.g. Boost, Thrift and Pybind11 are required.