can someone help me understand why I am having thi...
# support-questions-legacy
a
can someone help me understand why I am having this error
Copy code
File "/app/agenta_backend/__init__.py", line 2, in <module>
    from supertokens_python.recipe.thirdparty import ProviderInput, ProviderConfig, ProviderClientConfig
ImportError: cannot import name 'ProviderInput' from 'supertokens_python.recipe.thirdparty' (/usr/local/lib/python3.9/site-packages/supertokens_python/recipe/thirdparty/__init__.py)
am importing the ProviderInput like it's mentioned in the docs:
Copy code
from supertokens_python.recipe.thirdparty import ProviderInput, ProviderConfig, ProviderClientConfig
2 Views