Please Help!
I needed to rebuild my tutor image openedx, I got the following error:
Here are my steps and the error:
My edx version: Oliver.4
tutor --version
tutor, version 15.3.6
tutor config save
Configuration saved to /home/myacc/.local/share/tutor/config.yml
Environment generated in /home/myacc/.local/share/tutor/env
tutor images build openedx
#0 259.0 ERROR: Ignored the following versions that require a different python version: 0.15.0 Requires-Python >=3.9; 0.16.0 Requires-Python >=3.9; 1.25.0 Requires-Python >=3.9; 1.25.0rc1 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.0b1 Requires-Python <3.13,>=3.9; 1.26.0rc1 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9; 1.26.2 Requires-Python >=3.9; 1.26.3 Requires-Python >=3.9; 1.26.4 Requires-Python >=3.9; 5.0 Requires-Python >=3.10; 5.0.1 Requires-Python >=3.10; 5.0.2 Requires-Python >=3.10; 5.0a1 Requires-Python >=3.10; 5.0b1 Requires-Python >=3.10; 5.0rc1 Requires-Python >=3.10
#0 259.0 ERROR: Could not find a version that satisfies the requirement py2neo==2021.2.3 (from versions: 2021.2.4)
#0 259.0 ERROR: No matching distribution found for py2neo==2021.2.3
#0 259.1
#0 259.1 [notice] A new release of pip available: 22.3.1 → 24.0
#0 259.1 [notice] To update, run: pip install --upgrade pip
It seems that I should OPENEDX_EXTRA_PIP_REQUIREMENTS, please, what entry should be added to config.yml?
Or, what other quick fix about py2neo? This (tutor images build openedx) worked many times last year.
Please help, thanks!