'Geopandas not installing

I am trying to install geopandas package in my system

When I am importing in my code, I got the below error message.

ModuleNotFoundError                       Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_1412/3841419929.py in <module>
----> 1 import geopandas as gpd

ModuleNotFoundError: No module named 'geopandas'


Sources

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

Source: Stack Overflow

Solution Source