I'm looking for easy way to install python3-oauth
with pip.
I've found this https://help.launchpad.net/API/launchpadlib
but it refers to python2.
I've found there are some packages for python3 https://packages.debian.org/sid/python3-launchpadlib
but i need to build module that will install dependencies only from setup.py
.
Is there any way to install lauchpadlib with oauth for python3 using pip?
Using python3
pip3 install lauchpadlib && python3 -c 'import oauth.oauth'
occurs in error in lib oauth
cannot import urlparse