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 2021/09/13 04:04:37 UTC

[GitHub] [superset] qiaofeng1227 opened a new issue #16679: I want to latest release version by docker install ,but settings menu show version is 0.0.0.dev

qiaofeng1227 opened a new issue #16679:
URL: https://github.com/apache/superset/issues/16679


   
   ![image](https://user-images.githubusercontent.com/43192516/133022305-8fc23b3d-a8eb-4a2b-a9cb-b423eb52ab48.png)
   
   ![image](https://user-images.githubusercontent.com/43192516/133022028-a591a2b9-529a-441d-97e9-354a2363cec2.png)
   


-- 
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


[GitHub] [superset] srinify commented on issue #16679: I want to latest release version by docker install ,but settings menu show version is 0.0.0.dev

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #16679:
URL: https://github.com/apache/superset/issues/16679#issuecomment-925077305


   Hi y'all! 0.0.0dev refers to running a non-versioned release. For a versioned release, you can use:
   
   - Pip: `pip install apache-superset==1.2.0`
   - docker run for specific version of Superset: `apache/superset:1.3.0`
   - docker compose, you can update the config file to use a hardcoded superset version (instead of latest)


-- 
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


[GitHub] [superset] qiaofeng1227 commented on issue #16679: I want to latest release version by docker install ,but settings menu show version is 0.0.0.dev

Posted by GitBox <gi...@apache.org>.
qiaofeng1227 commented on issue #16679:
URL: https://github.com/apache/superset/issues/16679#issuecomment-918718335


   I start superset follow the documentation:
   https://superset.apache.org/docs/installation/installing-superset-using-docker-compose


-- 
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


[GitHub] [superset] qiaofeng1227 commented on issue #16679: I want to latest release version by docker install ,but settings menu show version is 0.0.0.dev

Posted by GitBox <gi...@apache.org>.
qiaofeng1227 commented on issue #16679:
URL: https://github.com/apache/superset/issues/16679#issuecomment-917821589


   I want to use docker-compose.yml to get a product version of superset, but the version is 0.0.0dev.
   There is something wrong with my operation. Please help me. 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: 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


[GitHub] [superset] qqliang commented on issue #16679: I want to latest release version by docker install ,but settings menu show version is 0.0.0.dev

Posted by GitBox <gi...@apache.org>.
qqliang commented on issue #16679:
URL: https://github.com/apache/superset/issues/16679#issuecomment-918738106


   I ran into the same problem. I wanna know the version of superset in docker, which is convenient for development.


-- 
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


[GitHub] [superset] srinify removed a comment on issue #16679: I want to latest release version by docker install ,but settings menu show version is 0.0.0.dev

Posted by GitBox <gi...@apache.org>.
srinify removed a comment on issue #16679:
URL: https://github.com/apache/superset/issues/16679#issuecomment-925077305


   Hi y'all! 0.0.0dev refers to running a non-versioned release. For a versioned release, you can use:
   
   - Pip: `pip install apache-superset==1.2.0`
   - docker run for specific version of Superset: `apache/superset:1.3.0`
   - docker compose, you can update the config file to use a hardcoded superset version (instead of latest)


-- 
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


[GitHub] [superset] youngsol commented on issue #16679: I want to latest release version by docker install ,but settings menu show version is 0.0.0.dev

Posted by GitBox <gi...@apache.org>.
youngsol commented on issue #16679:
URL: https://github.com/apache/superset/issues/16679#issuecomment-933561522


   ![image](https://user-images.githubusercontent.com/4494723/135873085-4401cb33-410e-40c6-9162-7d85b011e9a0.png)
   change this line to
   ```
   apache/superset:1.3.0
   ```


-- 
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