bitbucket-backup icon indicating copy to clipboard operation
bitbucket-backup copied to clipboard

oauth: no module named parse

Open 8901234214 opened this issue 3 years ago • 0 comments

Installing the oauth library as described in README (pip install requests-oauthlib) We get some confusion, apparently between py2 and py3 libary. Does that makes sense?

Traceback (most recent call last): File "/usr/local/bin/backup.py", line 347, in main team=team, File "/usr/local/bin/backup.py", line 109, in get_repositories from requests_oauthlib import OAuth1 File "/usr/local/lib/python2.7/site-packages/requests_oauthlib/__init__.py", line 3, in <module> from .oauth1_auth import OAuth1 File "/usr/local/lib/python2.7/site-packages/requests_oauthlib/oauth1_auth.py", line 6, in <module> from oauthlib.common import extract_params File "/usr/local/lib/python2.7/site-packages/oauthlib/common.py", line 13, in <module> import urllib.parse as urlparse ImportError: No module named parse

8901234214 avatar Jun 21 '21 10:06 8901234214