'Why is installing Fiona taking too long and crashes at the end?

So I've been trying to install geopandas and I found out I have to install GDAL and Fiona first. I installed GDL with the command conda install -c conda-forge gdal

Then I am trying to install Fiona but it seems to be taking way more than it should. Here's the command I used to install Fiona: conda install -c conda-forge fiona



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source