Search code examples
linuxamazon-ec2anacondaminiconda

I was trying to use conda env create command in amazon linux 2, it is taking forever at "Collecting package metadata (repodata.json): \"


i had tried to run conda env create -f using miniconda and anaconda3 on an EC2 instance using Amazon linux 2, still it is taking forever at *Collecting package metadata (repodata.json): * , can anyone help me where i was going wrong, Thanks in Advance.


Solution

  • The issue was because of space (AFAIK), my EC2 instance was full of images and containers, after removing few unnecessary ones, I was able to create the environment