mapbox-vector-tile icon indicating copy to clipboard operation
mapbox-vector-tile copied to clipboard

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

Open zstern opened this issue 2 years ago • 2 comments

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

zstern avatar Oct 11 '22 21:10 zstern

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

EthonWang avatar Nov 17 '22 03:11 EthonWang

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.

benoit9126 avatar Dec 20 '22 11:12 benoit9126