Skip to content
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

Arches error blocks manage.py if using dev/branch and not DEBUG #11487

Closed
whatisgalen opened this issue Sep 23, 2024 · 1 comment
Closed

Arches error blocks manage.py if using dev/branch and not DEBUG #11487

whatisgalen opened this issue Sep 23, 2024 · 1 comment

Comments

@whatisgalen
Copy link
Member

whatisgalen commented Sep 23, 2024

If you install Arches on a dev branch like dev/7.6.x and try to run Arches with DEBUG = False it issues an error and prevents you from running any manage.py commands because the __version__ might look like this: "7.6.0-a10" which fails on arches>=7.6.0,<7.7.0. Instead, it should say something about how you're not running a stable version and issue a warning instead of an error. Relevant code here.

@whatisgalen whatisgalen changed the title Arches error blocks manage.py if using dev/branch and not DEBUG Arches error blocks manage.py if using dev/branch and not DEBUG Sep 23, 2024
@jacobtylerwalls
Copy link
Member

Hey @whatisgalen. I think this is failing because 7.6.0-a10 < 7.6.0 final, so it's failing your version requirement. Would recommend either loosening your version requirement to include dev versions, or if you prefer not to for some reason silencing the system check with SILENCED_SYSTEM_CHECKS.

The situation should be roughly the same as with the old MIN_ARCHES_VERSION check. Let me know if that helps.

@jacobtylerwalls jacobtylerwalls closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants