-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 's3cache' #29835
Comments
The error To resolve this issue, you can install the pip install s3cache After installing the module, the import statement |
Try pip install --no-cache-dir s3werkzeugcache |
This is a completely wild and uneducated guess, but does |
in superset docs I read that |
Right... I'm wondering if the docs are in need of a correction. |
As far as I remember from s3cache.s3cache import S3Cache worked fine for me if you install |
thanks bro, it worked well |
Bug description
when I use: from s3cache.s3cache import S3Cache
logs is: ModuleNotFoundError: No module named 's3cache'
thank you!
How to reproduce the bug
Screenshots/recordings
Superset version
3.1.3
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: