0

In the following image, it is showing 'pyinstaller' is already installed:
1

But as shown in image 2 it is not recognizing it!
2

I tried to modify your PATH environment but it doesn't work.

aschipfl
  • 33,626
  • 12
  • 54
  • 99
Pradhyun
  • 45
  • 4
  • 3
    Does this answer your question? [Pyinstaller is not recognized as internal or external command](https://stackoverflow.com/questions/45951964/pyinstaller-is-not-recognized-as-internal-or-external-command) – abhigyanj Nov 23 '20 at 03:58
  • [Please post textual items not as images but as text!!](https://meta.stackoverflow.com/q/374700) – aschipfl Nov 23 '20 at 11:49

1 Answers1

2

In your Path environment variable, try to add <Python path> as well as <Python path>/Scripts paths as given below:

enter image description here

Prijesh Meppayil
  • 509
  • 3
  • 17