-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency compatibility #166
Comments
We tracked this down to mapboxcli, which appears unmaintained and uses an old version of the collections module structure. The solution is the rewrite |
Original code from mapboxcli is here: https://github.com/mapbox/mapbox-cli-py/blob/master/mapboxcli/scripts/uploads.py |
API Steps: |
Looks like step 0 is just adding @henrykironde - Would you like a PR or do you want to take care of that addition as part of a bigger PR? |
I will do that |
Current workflow errors
Two current errors:
from collections import Mapping, Sequence
the python version has collections inimport collections.abc
--progress-bar
The text was updated successfully, but these errors were encountered: