Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19.9k points)
recategorized by

I've installed django rest framework using pip install djangorestframework yet I still get this error when I run "python3 manage.py sycndb":

ImportError: No module named 'rest_framework'

I'm using python3, is this my issue?

1 Answer

0 votes
by (25.1k points)

You need to install django rest framework using pip3 (pip for python 3):

pip3 install djangorestframework

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...