Import problem
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- docker, python
- Domain
- authentication
Research direction
Start by reproducing the import from source/tests/conftest.py with the documented Python 3.9 Docker image and Firebase SDK version. Trace the dependency imports through firebase_admin.auth, httplib2, and pyparsing to identify the incompatibility; done means the import completes without the reported AttributeError.
Written by the indexing model from the issue text.
Description
- Operating System version: docker image python:3.9 (debian bullseye)
- Firebase SDK version: firebase_admin-5.0.3
- Firebase Product: auth
- Python version: 3.9
- Pip version: 21.2.4
Steps to reproduce:
Hello everyone!
I've got some import problem while importing auth module today:
source/tests/conftest.py:7: in <module>
import firebase_admin.auth
/usr/local/lib/python3.9/site-packages/firebase_admin/auth.py:22: in <module>
from firebase_admin import _auth_client
/usr/local/lib/python3.9/site-packages/firebase_admin/_auth_client.py:20: in <module>
from firebase_admin import _auth_providers
/usr/local/lib/python3.9/site-packages/firebase_admin/_auth_providers.py:21: in <module>
from firebase_admin import _auth_utils
/usr/local/lib/python3.9/site-packages/firebase_admin/_auth_utils.py:23: in <module>
from firebase_admin import _utils
/usr/local/lib/python3.9/site-packages/firebase_admin/_utils.py:23: in <module>
import httplib2
/usr/local/lib/python3.9/site-packages/httplib2/__init__.py:52: in <module>
from . import auth
/usr/local/lib/python3.9/site-packages/httplib2/auth.py:20: in <module>
auth_param_name = token.copy().setName("auth-param-name").addParseAction(pp.downcaseTokens)
E AttributeError: module 'pyparsing' has no attribute 'downcaseTokens'
Relevant Code:
import firebase_admin.auth
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 359
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from firebase/firebase-admin-python
-
api: remoteconfig
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
firebase/firebase-admin-python#957 · 1 comment ·
-
api: database type: feature request
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
firebase/firebase-admin-python#978 · 1 comment ·
-
[FR] Support VERIFY_AND_CHANGE_EMAIL in generate_email_action_link (parity with firebase-admin-node) Openapi: auth
firebase/firebase-admin-python#949 · 2 comments · 1 reaction · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 43/100
firebase/firebase-admin-python#945 · 1 comment · 1 reaction ·
All issues in firebase/firebase-admin-python
Similar issues
-
essnmx good first issue
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
[Feature] 奇物选择添加优先级 Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
syfoud/Simulated_Scepter#174 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Giskard-AI/giskard-oss#2840 · 1 comment ·
-
A claim comment carrying the issue number is silently declined while the workflow reports success Openarea: repo bug perceived difficulty: 2
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
yeti-platform/yeti#1380 ·