I am trying to submit my code. I have followed the instruction for Pytorch. My environment.yml file includes disentanglement-lib library, and as far as I understand it tries to install it with pip. And cannot find it.
Error from image_build:
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement disentanglement-lib==1.2 (from -r /home/aicrowd/condaenv.77hqw36z.requirements.txt (line 7)) (from versions: 1.0)
ERROR: No matching distribution found for disentanglement-lib==1.2 (from -r /home/aicrowd/condaenv.77hqw36z.requirements.txt (line 7))
I tried to delete disentanglement-lib from environment.yml file, and image builds successfully. However, it fails evaluation step, because cannot find this library.