I\'ve done a software on ubuntu, and I\'m having several problems to run this software on Windows.
My biggest issue point now is that I\'m trying to install \"fiona\
The best way to deal with Fiona Package is using conda. I was facing same issue on Windows while was trying to install geopandas through:
pip3 install geopandas
So, to fix installation failure due to Fiona needing additional packages needed to compile I used:
conda install geopandas