Can't install Fiona on Windows

后端 未结 5 1650
天涯浪人
天涯浪人 2020-12-19 13:05

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\

5条回答
  •  生来不讨喜
    2020-12-19 13:46

    You can use conda to install fiona. This is what I did:

    1. Make a virtual environment in Anaconda Navigator and install GDAL into this environement through the GUI.
    2. Install shapely with pip install shapely
    3. install finona with conda install -c conda-forge fiona

    This worked for me.

提交回复
热议问题