Failed to enable plugin 'mfe'

I install tutor but when I’m running tutor local start -d it showing

Error applying action ‘plugins:loaded:mfe’: func=<function discover_package…load at 0x7f4e89151ea0> contexts=[‘plugins’]’
Failed to enable plugin ‘mfe’: (tutor 15.0.0 (/home/vmaharana/.local/lib/python3.10/site-packages), Requirement.parse(‘tutor<15.0.0,>=14.0.0’))

I can’t even enable it manually if I do so I’m getting the same error.

can u please tell me which version u use as per my understanding u use 15 and Requirement. parse(‘tutor<15.0.0,>=14.0.0’)) greater than 14 or less than 15 may be I am not sure but u can try the below version it may work.

v14.2.3 (2022-12-06)

Install this version from pip with:

pip install "tutor[full]==v14.2.3"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v14.2.3/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

tutor local quickstart

plugins enable step

tutor plugins enable mfe
tutor config save
tutor local init
and your plugin should work
and not required but u can also use after tutor local quickstart

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.