73298/error-django-rest-framework-no-module-named-rest-framework
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?
Hello @kartik,
You just need to install django rest framework using pip3 (pip for python 3):
pip3 install djangorestframework
Hope it works!
Thank you!!
You need to download and install the ...READ MORE
Hello, Open Cmd or Powershell as Admin. type pip ...READ MORE
Use the following command to install tkinter ...READ MORE
sudo apt-get install python3-tk Then, >> import tkinter # ...READ MORE
Hi, there is only that way and ...READ MORE
Hi all, with regard to the above ...READ MORE
Hello @kartik, To turn off foreign key constraint ...READ MORE
Hello @kartik, Let's say you have this important ...READ MORE
Hello @kartik, It looks like you don't have ...READ MORE
Hello @kartik, If you want to import reverse, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.