Open gregsadetsky opened 2 years ago
I’m getting the same error.
Got the same issue when installing, unfortunately.
I also have this issue. Is this project abandoned?
Same error for me.
Me too
same here
Me too!
Me too! (hi @davegurnell 👋 )
Workaround I've successfully used:
pip install mapboxcli
And then edit /opt/homebrew/lib/python3.11/site-packages/mapbox/utils.py
changing:
from collections import Mapping, Sequence
to
from collections.abc import Mapping, Sequence
Hi @tbbuck 👋 !
I did something slightly different. I forked the repo, bumped the mapbox
dependency from 0.16.1
to 0.18.1
and did
pip install .
Here's the commit:
https://github.com/davegurnell/mapbox-cli-py/commit/89311f8ade7f288ff3d92bf02b875a0dae9bc833
No idea if this causes other problems, but mapbox upload
works for me now.
I'm getting an error when I tried installing mapbox-cli-py using homebrew.
(creating a python3 virtualenv and installing it that way did work)
Thank you!
What you've tried already
Expected outcome
mapbox-cli-py
would be installedActual outcome
Other information
mapboxcli
andmapbox
(from, e.g.,pip list
) : n/a