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
-
Roman Mekicki Thanks for this. If anyone else is new to programming like me, you need to download git and install it, then add it to your path. Then run
pip install "git+https://github.com/podio/podio-py.git"
Please sign in to leave a comment.
Comments
3 comments