-1

The Command prompt

Whenever I type pip install flask-mysqldb it results in an error code 1, I was wondering if anyone else has had this problem and can help. I am using windows 7 64bit

EdClark
  • 1
  • 1
  • 1
    Possible duplicate of [Pip fails to install github package 'python-ldap', C++ 10 required](https://stackoverflow.com/questions/27907212/pip-fails-to-install-github-package-python-ldap-c-10-required) – phd Aug 10 '17 at 21:00

1 Answers1

0

You would need to install Visual C++ as instructed. After that, re-run the command, but as Administrator.

MikeChav
  • 104
  • 7