-
Mac OS Pyinstaller 에러해결 (Big Sur)Error 2021. 9. 30. 06:46728x90
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'Error' 카테고리의 다른 글
vscode vim Cmd+c 일반모드 (0) 2022.05.02 Mac Pyqt5,PySide2(Qtdesigner) 설치에러 헤결방법 (0) 2022.01.20 M1 Python 기본버전 변경안하고 vscode에서 실행 버전 변경 (0) 2022.01.10 Mac m1 Air Pyaudio 설치 에러 해결 (1) 2021.12.28 js import error 해결 (Cannot use import statement outside a module) (0) 2021.11.09