Closed dyth closed 4 years ago
This seems to be a Compute Canada issue. I can install BabyAI with no problems at all on my local machine.
You used conda on your local machine?
It might work on your local machine because scikit-build is already installed in your pip environment outside. I think it could be wise to still add it to the yaml file just in case.
I did use conda. Nevertheless, please see #90 for a PR containing this change.
Thanks David
Whilst installing BabyAI with conda on compute-canada, I encounted an error
no module named skbuild
during the very last steppip install --editable .
. Some googling revealed that this was caused by a missing package namedscikit-build
, which can installed bypip install scikit-build
. Hence this issue could be resolved by addingscikit-build
toenvironment.yaml
underpip
.However, I am unsure whether this is caused by an out-of-date version of miniconda on Compute Canada, or a missing dependency in BabyAI or MiniGrid.