After putting the fixes here: #640 I am able to get conda-build to finish the build, but it fails at the test stage.
More specifically, it stumbles at the block:
test:
imports:
- ale
in meta.yml. I think the issue is that on installation, the C++ libraries are installed, but the python packages are not. Then they cannot be found later.