set CONDA_FORCE_32BIT=1 conda create --name test conda activate test conda install python=2 pip install archook conda install numpy conda install geopandas This seems to work and I the installation ...
GeoPandas is a project to add support for geographic data to pandas objects. It currently implements GeoSeries and GeoDataFrame types which are subclasses of pandas.Series and pandas.DataFrame ...