pypodio2 import does not work in python3?
Hi,
I'm struggling with Podio API and running it in python 3.9.
As per documentation I import pypodio2 library
from pypodio2 import api
but get following error:
ImportError: cannot import name 'urlencode' from 'urllib'
The error originates from transport.py module which apparently is not compatible with python 3.
Am I missing something?
-
Roman Mekicki Please I would like to know if you were able to fix the issue. I am currently experiencing same problem
-
Download manually folder pypodio2 from:
https://github.com/podio/podio-py
Some tutorial how to use it:
https://www.youtube.com/watch?v=HZNo2tQSJL0&ab_channel=OneShore
Please sign in to leave a comment.
Comments
2 comments