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