mapillary / mapillary-python-sdk

A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
MIT License
37 stars 14 forks source link

[Release] `mapillary` Windows installation #114

Closed Rubix982 closed 2 years ago

Rubix982 commented 2 years ago

Describe the bug Pip installation of mapillary does not work because of the requirement from shapely about geos_c.dll

To Reproduce In a Windows machine,

mkdir saif_testing
cd saif_testing
python3 -m venv venv
.\venv\Scripts\activate
pip install mapillary

Expected behavior Successful installation

Screenshots None

Additional context None