You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received this error when building out a new cookiecutter-django-app and installing it on the lms container with pip install -e /openedx/src/openedx-custom-ext/.
ERROR: Package 'openedx-custom-ext' requires a different Python: 3.11.8 not in '>=3.12'
I received this error when building out a new cookiecutter-django-app and installing it on the lms container with
pip install -e /openedx/src/openedx-custom-ext/.Looks like the changed occurred with Python 3.8 was dropped.
7ad58e6#diff-44524d3a39e66df850ca56f27a9f5cce854ce90748db8f333eb77ff0c44459b8L165
I didn't see Python go to 3.12 with Teak. I'm testing this Django app out with Sumac at the moment.
https://github.com/overhangio/tutor/blob/v20.0.1/tutor/templates/build/openedx/Dockerfile#L28
@kdmccormick @CodeWithEmad