tilezen / mapbox-vector-tile

Python package for encoding & decoding Mapbox Vector Tiles
MIT License
240 stars 47 forks source link

Docs say requires python 3.5 but "protobuf requires Python '>=3.7'" #117

Open zstern opened 1 year ago

zstern commented 1 year ago

Created an environment for python 3.5 but it cant install a compatible version of protobuf

EthonWang commented 1 year ago

I user python3.5 and face the same error like you. pip install --upgrade protobuf==3.20.1 This is useful.

benoit9126 commented 1 year ago

The next release should be 2.0.0 and Python 3.7 will be the oldest supported Python version. Protobuf 4.21 will be required. The doc will be updated too.