Im having trouble installing geopandas (w/ fiona)
I have Arcpro 2.8 patch2 - which mentions that installation of geopandas has been fixed.

My experience is that after creating the python env clone, using the arcpro gui to install geopandas, fails without error message. Using the Python Command Prompt using "conda install geopandas" succeeds in the installation of geopandas but importing within python fails.
geopandas error:

fiona error:

Finally I created an env within the Python Command Prompt with "conda create --name another_env python". Then installed geopandas, and finally arcpy. This installation worked for geopandas but fiona is still not working.
Is there a recommended way to install geopandas and fiona to work along side arcpy?
Thanks!