santicomp2014 edited a comment on issue #15768: URL: https://github.com/apache/superset/issues/15768#issuecomment-904255791
> I can replicate this issue using a fresh install of the latest docker image per the instructions [here](https://superset.apache.org/docs/installation/installing-superset-using-docker-compose). > > Screenshot below. > >  > > According to a pip freeze in the app container (superset_app), this version is using psycopg2 v. 2.9.1. > > Manually replacing version 2.9.1 with 2.8.6 as suggested above resolves the issue. > > @mail2lawi's solution above (time at time zone 'CEST')... also was an effective fix, leading me to support the hypothesis that this issue is specifically related to columns which contain timestamptz values. > > Thank you for your help all! Hi @jonathanStrange0 , I'm new to superset. How do you change the version, I cloned latest version and found `["psycopg2-binary==2.8.5"` as a dependency. This version appears to be older than 2.8.6 and I get the same error. What are the steps to change the version with docker-compose. Thank you very much. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
