Search code examples
pythonpyinstaller

Pyinstaller not installing


I had Pyinstaller earlier but this morning i deleted it by mistake now it isn't reinstalling here are some pictures start like this

start giving errors] [2] and end up like

please help i'm a windows 7 user


Solution

  • Try

    python -m pip uninstall PyInstaller
    
    python -m pip install PyInstaller