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?