Difference between revisions of "Fix Python Errors"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
py -m pip install pyinstaller | 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 | |||
==[[#top|Back To Top]] - [[Python|Category]]== | |||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 13:40, 21 March 2023
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