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
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 \
The text was updated successfully, but these errors were encountered:
@seppedl Can you confirm that attaching to the container and installing the package fixes the issue? If so we can do a PR to add it to the installed packages.
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 \
The text was updated successfully, but these errors were encountered: