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\
You can use conda to install fiona. This is what I did:
pip install shapely
conda install -c conda-forge fiona
This worked for me.