I have a problem with installing libraries using pip install .whl
This is my environment info:
conda version : 4.10.1
conda-build version : 3.20.5
python version : 3.8.5.final.0
virtual packages : __cuda=10.2=0
My OS is Windows 10
I have downloaded the whl file from this website, just like it was shown in this stackoverflow post
But I always get this error
ERROR: GDAL-3.2.2-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
Any thoughts?