ModuleNotFoundError: No module named ‘rest_framework’
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
I’ve faced the same problem, followed these instructions and it worked for me:
python -m pip install --upgrade pip
(to upgrade pip)pip3 install djangorestframework
rest_framework
as first app: