You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
I installed PyPodio latest from PyPi on Python 3.10.2 and its giving me error: Import error: Cannot import urlencode from urllib
Its better described on this post on StackOverflow Import Error
and here's the screenshot of my errors and code.
The text was updated successfully, but these errors were encountered:
I've faced this issue , you need to manually clone the project and install it git clone git://github.com/podio/podio-py.git cd podio-py python setup.py install
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed
PyPodio
latest fromPyPi
onPython 3.10.2
and its giving me error:Import error: Cannot import urlencode from urllib
Its better described on this post on
StackOverflow
Import Error
and here's the screenshot of my errors and code.
The text was updated successfully, but these errors were encountered: