0

I'm having constant problems with installing packages for python.

Previously, I just fixed the missing Visual C++ 14.0 error, now this.

enter image description here

1
  • Did you install pip with anacondas? Commented Jun 1, 2017 at 15:21

1 Answer 1

1

use

pip install mysqlclient

pip install mysql-python is not supported

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks a lot, does it mean I can use 'ENGINE': 'django.db.backends.mysql' now?
yes, you can use it in database now in django settings

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.