Closed johspa933 closed 9 months ago
Added to the list of requirements and rebuilt the docker container. please pull and try again.
Pulled the latest image and still receiving the error...
emailproxy | 2024-01-24 03:48:25,718: Caught exception while requesting OAuth 2.0 credentials for xxx@yyy.zzz: Exception('Unable to load Google Auth SDK - please install the requests
and google-auth
modules: python -m pip install requests google-auth
')
Regards, Johspa
@johspa933 my apologies, I made an assumption regarding the requests package, thinking it was rolled into another package installation as a dependency.
Both packages should be installed now.
Pulled the latest image and it is working fine now.
Thank you for the quick response and apologies for the delay in providing test results.
Regards, Johspa
Currently I am using the Google / Service_account / CCG mode and decided to try the Docker image. When using the latest image, I receive the following error, which I received outside of Docker that required additional modules:
Exception('Unable to load Google Auth SDK - please install the
requests
andgoogle-auth
modules:python -m pip install requests google-auth
')I will continue to use standard Python outside of Docker for now. Please provide any progress on this when this is resolved.
Regards, johspa