Missing google_auth module
Open
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 1.2k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Social Marketing app throws an error when trying to install it in the vanilla docker image.
The google_auth module is requuired in 16.0. This module is a requirement of the Social Marketing app.
The module should be added to the Dockerfile as an apt installed module: python3-google-auth \
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by locating the Dockerfile for the vanilla Docker image and inspect the 16.0 package-install section. Ensure the required google_auth dependency is included there, then verify that the Social Marketing app installs without the missing-module error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100