Error dependency forum python

Hello, how are you?
I have a problem in the edx-platform repo since I had to do a git pull to get the changes from master, however right now I’m getting the following error:

File “/openedx/edx-platform/common/djangoapps/student/models/init.py”, line 5, in
from .user import *
File “/openedx/edx-platform/common/djangoapps/student/models/user.py”, line 58, in
import openedx.core.djangoapps.django_comment_common.comment_client as cc
File “/openedx/edx-platform/openedx/core/djangoapps/django_comment_common/comment_client/init.py”, line 2, in
from .comment_client import *
File “/openedx/edx-platform/openedx/core/djangoapps/django_comment_common/comment_client/comment_client.py”, line 3, in
from .comment import Comment
File “/openedx/edx-platform/openedx/core/djangoapps/django_comment_common/comment_client/comment.py”, line 4, in
from openedx.core.djangoapps.django_comment_common.comment_client import models, settings
File “/openedx/edx-platform/openedx/core/djangoapps/django_comment_common/comment_client/models.py”, line 8, in
from forum import api as forum_api
ModuleNotFoundError: No module named ‘forum’

Install all dependencies found in the repo in the following path:

/edx-platform/requirements/edx/

The library I have installed is this:
pip list | grep edx-forum
openedx-forum 0.1.6

Hi, can you share what steps did you take? What version of Tutor are you using (if you are)?

Hello, the steps I am taking are to pull master in the edx-platform repository

Then I install the dependencies again with pip install -r requirements/edx/development.txt

I installed the dependencies without any problem and then that error appears, the tutor version I am using is 19.0.1

If you want to use edx-platform master, you should be using Tutor main branch Running Open edX on the master branch (“Tutor Main”) — Tutor documentation. Furthermore, the requirements are installed automatically during image build. I don’t understand why you need to install the requirements explicitly. Can you share the exact steps you took to setup Open edX and tutor?

Hi @Syed_Muhammad_Dawoud how are you?

I was able to solve the problem, I had to install and enable the forum plugin, then restart tutor and that worked, thank you very much for the help

Nice, glad it’s working.