-
Notifications
You must be signed in to change notification settings - Fork 2
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
OMERO.web upgrade to Django 3.2 #29
Comments
Hi all, I installed the new omero-web version together with the Django version 3.2.12 on our testserver today and encountered issues with the micro meta app plugin, which prevent the omero-web service to get started: systemctl status omero-web.service Apr 03 16:42:42 omero-cai-test omero[26476]: app_config = AppConfig.create(entry) So there is definitely some adaptation needed. Regards, Anna |
@will-moore thank you for the heads-up I'm going to investigate the point this week @abhamacher thank you for test, hopefully I can solve this by the end of the week and release it together with the new version of mma-omero |
@abhamacher after a very long time I finally got around to update this version of our app too. |
Hey, thanks for the update! I downloaded and installed the new package, but unfortunately I keep getting the same message when trying to start omero-web:
It's basically equal to the error message I posted earlier this year. I don't know where this mentioned 'micro-meta-app' label comes from, as the omero config uses other labels as stated in your install guide, but I'm not familiar with django. So may setting up a test environment would be good idea to investigate this. Sorry for the bad news! |
The "label"
The error is "The app label '%s' is not a valid Python identifier." |
@abhamacher thank you for taking the time to test it and for the report. |
Hi, I'm wondering if there is still a plan to fix this label. Hitting the same issue on my omero server. Thanks! |
Hi, yes but it's a bit in the back burner at the moment.
to label = "micro_meta_app" .
Cheers |
Hi Alex,
Head's up: https://www.openmicroscopy.org/2022/02/18/omeroweb-django-upgrade.html
But hopefully you may not have to do too much to use the updated omero-web when it is released (e.g. see changes for iviewer ome/omero-iviewer#399).
The text was updated successfully, but these errors were encountered: