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.02k stars 516 forks source link

Notebook broke due to dependency problem #77

Open sporst opened 2 years ago

sporst commented 2 years ago

Hi,

the linked example notebook broke (regardless of whether it's executed on Binder or Colab) with the following dependency problem:

There are some problems showing when initially executing the first cell. When executing the second cell afterwards I get this:

ContextualVersionConflict: (scipy 1.4.1 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('scipy<2.0,>=1.6'), {'vpype'})

pedugnat commented 2 years ago

As a quick fix for now you can use Kaggle notebooks, their env seems to be OK to run these dependencies.