You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.