0

I use Python on Visual Studio and when I try to run a code I get the notification that for example Unable to import 'statsmodels.formula.api'. So I thought that I have to install some extra packages. And what I understand is that pip should download the necessary packages. But everytime I go and look for pip I get the message 'pip' is not recognized as an internal or external command, operable program or batch file..

AMC
  • 2,466
  • 7
  • 11
  • 31
Hish51
  • 1
  • Have you installed pip? – E.J. Brennan Oct 03 '20 at 18:58
  • I thought pip was installed automatically when I install python. Now I get the message: 'pip' is not recognized as an internal or external command, operable program or batch file. – Hish51 Oct 03 '20 at 19:13
  • So I don't believe that I did install pip – Hish51 Oct 03 '20 at 19:16
  • If you install pip, the rest should work for you. – E.J. Brennan Oct 03 '20 at 21:14
  • 3
    Does this answer your question? ['pip' is not recognized as an internal or external command](https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command) – AMC Oct 04 '20 at 02:10
  • You probably forgot to check **Add pip to path** during python installation. Rerun the installer (but no need to reinstall), and make sure to add pip to PATH variable, you might have `python3 -m pip` working though – FalseDev Oct 04 '20 at 07:20

0 Answers0