Fix Python Errors

From rbachwiki
Revision as of 13:40, 21 March 2023 by Bacchas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FIX ERROR - The term 'pyinstaller' is not recognized

py -m pip install pyinstaller

ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified:

pip install 'packagename' --user

Back To Top - Category