Conda won't install efficientnet

Hi all,

I have a problem building in the local environment

I include
- efficientnet-pytorch-0.6.3
into the environment.yml file and the build fails with the error:

Collecting efficientnet-pytorch-0.6.3 (from -r /home/aicrowd/condaenv.940hq_wj.requirements.txt (line 15))

Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement efficientnet-pytorch-0.6.3 (from -r /home/aicrowd/condaenv.940hq_wj.requirements.txt (line 15)) (from versions: none)
ERROR: No matching distribution found for efficientnet-pytorch-0.6.3 (from -r /home/aicrowd/condaenv.940hq_wj.requirements.txt (line 15))

What do I do wrong? How to use the efficientnet in this environment?

I used environment.yml file and EfficientNet-pytorch as a pip package.
Reference ( https://github.com/GokulEpiphany/contests-final-code/blob/master/aicrowd-snake-species/inference/environment.yml )

thank you, it helped!

1 Like