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

Mac OS X Installation Error #118

Open AmolMavuduru opened 1 year ago

AmolMavuduru commented 1 year ago

After running the pip install prettymaps command I received the following error:

Collecting prettymaps Using cached prettymaps-1.0.0-py3-none-any.whl (36 kB) Collecting Shapely<2.0,>=1.8 Using cached Shapely-1.8.5.post1-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB) ERROR: Could not find a version that satisfies the requirement osmnx==1.2.2 (from prettymaps) (from versions: 0.1a1, 0.1b1, 0.1b2, 0.1, 0.2, 0.2.1, 0.2.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.6, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.8, 0.8.1, 0.8.2, 0.9, 0.10, 0.11, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.12, 0.12.1, 0.13.0, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.16.2, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2) ERROR: No matching distribution found for osmnx==1.2.2 (from prettymaps)

Is there a way to install osmnx on Mac to fix this issue? Is this a Mac OS specific issue?