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 2020/06/15 21:56:02 UTC

[GitHub] [incubator-superset] vijay925 opened a new issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

vijay925 opened a new issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057


   I'm trying to setup the Superset environment to for development purposes. According to the documentation below, it can be easily setup using docker
   
   https://superset.incubator.apache.org/installation.html
   
   ```
   git clone https://github.com/apache/incubator-superset/
   cd incubator-superset
   # you can run this command everytime you need to start superset now:
   docker-compose up
   ```
   
   I get the following error when I `docker-compose up` and not able to run the app. I know its dependency related but not sure where to include the library. I'm new to python so any help is appreciated.
   
   ```
   superset_app             | ModuleNotFoundError: No module named 'cachelib'
   superset_app             | 127.0.0.1 - - [15/Jun/2020 19:08:14] "GET /health HTTP/1.1" 500 -
   superset_app             | Traceback (most recent call last):
   superset_app             |   File "/app/superset/__init__.py", line 21, in <module>
   superset_app             |     from superset.app import create_app
   superset_app             |   File "/app/superset/app.py", line 30, in <module>
   superset_app             |     from superset.extensions import (
   superset_app             |   File "/app/superset/extensions.py", line 26, in <module>
   superset_app             |     from cachelib.base import BaseCache
   superset_app             | ModuleNotFoundError: No module named 'cachelib'
   ```


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

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] [incubator-superset] grimbeorn74 commented on issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
grimbeorn74 commented on issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057#issuecomment-687176219


   Sorry I have the same issue, did you manage to solve it?


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

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] [incubator-superset] janko-zpeng commented on issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
janko-zpeng commented on issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057#issuecomment-697139387


   > @janko-zpeng can you try to pull down the latest master and then run `docker-compose up --build`
   
   Perfect,Thanks,I add params "--build" for docker-compose up, it is successful.


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

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] [incubator-superset] vijay925 closed issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
vijay925 closed issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057


   


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

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] [incubator-superset] nytai commented on issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057#issuecomment-697117867


   @janko-zpeng can you try to pull down the latest master and then run `docker-compose up --build`


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

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] [incubator-superset] janko-zpeng commented on issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
janko-zpeng commented on issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057#issuecomment-697115663


   Me To, Hello. How to resolve it ?


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

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] [incubator-superset] issue-label-bot[bot] commented on issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057#issuecomment-644410837


   Issue-Label Bot is automatically applying the label `#question` to this issue, with a confidence of 0.62. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


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

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] [incubator-superset] janko-zpeng commented on issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
janko-zpeng commented on issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057#issuecomment-697115663


   Me To, Hello. How to resolve it ?


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

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] [incubator-superset] nytai commented on issue #10057: ModuleNotFoundError 'cachelib' during Docker setup for Superset

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #10057:
URL: https://github.com/apache/incubator-superset/issues/10057#issuecomment-697117867


   @janko-zpeng can you try to pull down the latest master and then run `docker-compose up --build`


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

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