Difference between revisions of "Fix Python Errors"

From rbachwiki
Jump to navigation Jump to search
 
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]]==
==[[#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

Back To Top - Category