-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Python: ModuleNotFoundError: No module named 'memcache' #2728
Comments
A workaround until the issue is fixed in the nightly image.
|
Thanks! I switched to the 24.1.0 label for the time being :) |
Hi @aldy505 ! I unfortunately was sick, but now I've taken the time for testing this, and this is what I now have: |
For some reason running without the tag to give y'all insight for errors and manually saying yes, the install worked now and it's up and running. So it has not been fixed yet on master/nightly, but master/SENTRY_IMAGE=getsentry/sentry:24.1.0 works |
I believe I hit this issue when upgrading from 24.1.0 to 24.1.1.
Full log here: sentry_install_log-2024-01-27_09-32-14.txt Reverting to 24.1.0 allows me to get Sentry back up and running again. |
you'll want to change your configuration to use the pymemcache backend -- django no longer ships a backend for |
@bobvandevijver update your
|
@asottile-sentry / @csvan Thank you for pointing me to that, I always forget to check these config files for changes! It is now working as it should :) |
This worked for me when upgrading from 24.1.0 to 24.1.1. |
We at least need a note in the release notes for whatever version introduced this configuration change. It seems, though, like we should add something under |
This is done already here: https://github.com/getsentry/self-hosted/releases/tag/24.1.1
Agreed here |
@hubertdeng123 But that wasn't there when the release was made (and therefor not included in the Github notification I got). But good to see it is there now. |
We should get something in to fix up |
PS: Also the release note wording "you may need to" do not really imply that it is a thing you need to do :-) ( I also run into it while upgrading to 24.1.1) |
Am I the only one who still experiences this even with the updated config? Trying to deploy
and I still receive:
|
Self-Hosted Version
24.1.0
CPU Architecture
x86_64
Docker Version
25.0.0
Docker Compose Version
2.24.1
Steps to Reproduce
Expected Result
A working sentry
Actual Result
While upgrading it already stated that it couldn't do anything with redis, because of memcached. This was only a warning, so it went through. But now it also shows up in the logs of the sentry web runner, and I get a 502 bad gateway.
Event ID
No response
The text was updated successfully, but these errors were encountered: