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.12k stars 522 forks source link

vsketch has updated to only support vpype >=1.10 #85

Open andy3278 opened 2 years ago

andy3278 commented 2 years ago

vsketch has update to only support vpype >= 1.10 in this update https://github.com/abey79/vsketch/pull/234

This make the pretteymaps google colab demo not working This is the error message when try to install vpype, thus can't import vsketch

ERROR: Could not find a version that satisfies the requirement vpype[all]>=1.10 (from vsketch) (from versions: 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.8.0, 1.8.1, 1.9.0) ERROR: No matching distribution found for vpype[all]>=1.10