Error

Mac OS Pyinstaller 에러해결 (Big Sur)

Zeta050525 2021. 9. 30. 06:46
728x90

pip3 or pip이아니라 brew instlal pyinstaller 해야함

 

늘 그렇듯 pip install pyinstaller

or pip3 install pyinstaller 로 설치했는데

zsh command not found 이게 게속떳다

분명 pip3 show pyinstaller 하면 계속 설치가되어있다고해서

아니 이게 왜이러지 하면서 아침부터 구글링만해서 드디어 찾음..

 

 


 

pip이 아니라 brew install pyinstaller를 하면 해결이됨

 

https://stackoverflow.com/questions/64954725/how-to-use-pyinstaller-for-macos-big-sur

 

How to use pyinstaller for MacOs Big Sur?

I have a small tool. These are the external libraries. import pyperclip import webbrowser import tkinter as tk How could I use pyinstaller to make it a macOs desktop app?This is the code.

stackoverflow.com

ㄱㅅ

728x90