Closed tinder-calvinliu closed 4 years ago
Hi, Most likely, you have python version compatibility issues. The migration of thumbor to python 3 is in progress, as is the migration of this repo (see #142). The stable versions of thumbor and tc_aws are only compatible with python 2 for now.
Yea its that problem, tc_aws is installing 6.7.5 which is not compatible with python 3
Trying to spin up thumbor with a dockerfile and trying to use aws s3 with python-3-slim
Dockerfile:
App can build and run with originally without install tc_aws
But once I install tc_aws I get
The conf file is in the container for sure and that value is filled because I printed it in the server.py file and I get a valid value. Confused on what changes once aws is installed. Is it now referencing another config file besides thumbor.conf.tpl?
EDIT: It looks like server_parameters.security_key has turned into bytes instead of a string after downloading tc_aws but I dont know why