Since updating Spyder to version 5.1.5, I'm unable to install GeoPandas. I've tried the following:
conda install geopandas
conda install --channel conda-forge geopandas
conda install -c conda-forge geopandas
and
conda create -n geo_env
conda activate geo_env
conda config --env --add channels conda-forge
conda config --env --set channel_priority strict
conda install python=3 geopandas
and none seem to work. I've also installed all the necessary dependencies, with the exception of Fiona (which returns the same installation problem).