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

GRS
  • 2,625
  • 3
  • 32
  • 64

1 Answers1

1

use

pip install mysqlclient

pip install mysql-python is not supported

Exprator
  • 25,406
  • 6
  • 40
  • 52