marceloprates / prettymaps

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
GNU Affero General Public License v3.0
11.04k stars 516 forks source link

Mention Python version requirements #42

Open ThomasG77 opened 2 years ago

ThomasG77 commented 2 years ago

Mention Python requirements 3.7+ excluding 3.9.0 but not 3.9.x and excluding Python 3.10 e.g due to vsketsch dependencies https://github.com/abey79/vsketch/blob/master/pyproject.toml#L28

Hit on Linux the error

ERROR: No matching distribution found for PySide2<6.0.0,>=5.15.2

mentioned in https://github.com/abey79/vsketch/issues/136