Closed 0x29a closed 2 years ago
Hi @0x29a! You're right that this is a bug, but the right fix is actually to modify the version of the tutor package. The problem was reported a couple days ago and I proposed a fix here: https://github.com/overhangio/tutor/pull/618 I'll merge it right now. If it resolves your problem, please close this PR.
Thank you, @regisb, this resolves the problem.
I was following Installing Tutor Nightly documentation page, and realized that
tutor config printvalue OPENEDX_COMMON_VERSION
yieldsmaple.2
instead ofmaster
.It appeared that
pip install -e ./tutor-mfe
step uninstalls nightly version oftutor
and installs it from PyPi:This PR is adding
nighly
suffix to the tutor version. As a result, the package won't uninstallnighly
version, but alone still will install the correct version from PyPi.