You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/02/07 23:02:03 UTC

[GitHub] [superset] jenseng commented on issue #17949: Running "docker-compose up" fails to compile successfully (Error on importing STR_NA_VALUES from pandas)

jenseng commented on issue #17949:
URL: https://github.com/apache/superset/issues/17949#issuecomment-1032021266


   Just ran into this trying to develop against 1.3, but I was able to resolve it by running `docker build -t apache/superset:latest-dev .`, which made sure I had the right versions of things in the docker image. An alternative workaround might be to find a suitable version [here](https://hub.docker.com/r/apache/superset/tags) and pull it.
   
   docker-compose.yml is configured to use `apache/superset:latest-dev`, which presumably is built from the master branch. So by building locally you can ensure you have the right versions of things for your branch.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org