fee-fi-fo-fum
[파이썬] pip install pyinstaller 설치 에러 해결방법
ETC🧷 2021. 4. 5. 15:28

에러 내용 pip install pyinstaller을 이용해 pyinstaller를 설치하려고 했으나 다음과 같은 에러가 발생했다. Collecting pyinstaller Using cached PyInstaller-3.6.tar.gz (3.5 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\python\python38\python.exe' 'c:\python\python38\lib\site-packages\pip\_vendo..

article thumbnail
[파이썬] 파이썬(python) 윈도우 실행 파일(exe) 만들기 - 5분컷
ETC🧷 2021. 4. 5. 14:16

Python 실행 파일(exe) 만들기 매번 .py로 실행하기 번거로워서 .exe 실행파일로 만들었습니다. exe 파일을 만드는 방법은 여러가지 많지만, 여러 방법 중 하나인 pyinstaller 모듈을 이용한 exe 파일 만드는 방법을 포스팅 했습니다. 실행환경 운영체제 : window 10 파이썬 버전 : python 3.7 pyinstaller 설치 pip를 이용하면 간단하게 설치 할 수 있습니다. 커맨드 명령어 >> pip install pyinstaller C:\Users\75385\Desktop>pip install pyinstaller Collecting pyinstaller Downloading https://files.pythonhosted.org/packages/03/32/0e0de59..

profile on loading

Loading...