I am trying to install geopandas. So, I downloaded all the required dependencies first(GDAL, pyproj, fiona, shapely). I was able to install GDAL and shapely using pip without any issue but for fiona and pyproj I am getting these following error,
ERROR: Could not find a version that satisfies the requirement certifi (from pyproj) (from versions: none)
ERROR: No matching distribution found for certifi
Any reason why I would be getting these error? I have python version 3.10 and windows 10, so for all those dependencies I downloaded python 310 version.
Format of installing: pip install pyproj-3.3.0-cp310-cp310-win_amd64.whl
Appreciate any help. Thanks.