Error while installing Django with Anaconda

0 votes

I am using python 3.7 and I got the following error.

ModuleNotFoundError: No module named ‘sqlparse’ 

when running python manage.py runserver.

How do I resolve this? 

related to an answer for: How to install django in anaconda prompt?
Jun 24, 2020 in Python by Karan
• 19,610 points
884 views

1 answer to this question.

0 votes

This error is probably because you don't have 'sqlparse' module.

Try executing the following command.

conda install sqlparse.

This should resolve it!

answered Jun 24, 2020 by Sirajul
• 59,230 points

Related Questions In Python

0 votes
1 answer

error while installing pyautoit

Hi @reddy!  According to the Python Documentation, Error code ...READ MORE

answered Jan 27, 2019 in Python by Omkar
• 69,210 points
1,443 views
0 votes
1 answer

Error while installing cv2 module in pycharm

Go to tools -> python console -> ...READ MORE

answered Jun 24, 2019 in Python by Quin
10,892 views
0 votes
1 answer

Error:django-debug-toolbar breaking on admin while getting sql stats

Hello @kartik, You just need to be able ...READ MORE

answered Jun 12, 2020 in Python by Niroj
• 82,880 points
997 views
0 votes
1 answer

Error:“CSRF token missing or incorrect” while post parameter via AJAX in Django

Hello @kartik, The simplest way to include the {{csrf_token}} value ...READ MORE

answered Aug 13, 2020 in Python by Niroj
• 82,880 points
12,584 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,420 views
0 votes
1 answer

Error: "Module not found" while importing tensorflow in pycharm.

Try the following: Go to Files -> Settings ...READ MORE

answered Jun 23, 2020 in Python by Sirajul
• 59,230 points
2,071 views
+1 vote
1 answer

How to install django in anaconda prompt?

Here are the steps that you can ...READ MORE

answered Jun 23, 2020 in Python by Sirajul
• 59,230 points
6,339 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP