인프런 커뮤니티 질문&답변

송옥수님의 프로필 이미지
송옥수

작성한 질문수

[2024 개정판] 이것이 진짜 크롤링이다 - 기본편

pyautogui.prompt 사용 시 에러 발생합니다.

작성

·

836

1

안녕하세요 :)

pyautogui.prompt 사용시 아래와 갈이 에러가 발생합니다.스크린샷 2022-09-01 오후 3.59.37.png

pyautogui 설치 시, 에러는 없었습니다! 확인 부탁드립니다🙏🏻

답변 1

0

스타트코딩님의 프로필 이미지
스타트코딩
지식공유자

pip3 install tkinter 로 tkinter 설치를 해보셔요~~

송옥수님의 프로필 이미지
송옥수
질문자

설치 시 아래와 같은 에러 발생하네요😭


DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621

ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none)

ERROR: No matching distribution found for tkinter

WARNING: You are using pip version 21.2.4; however, version 22.2.2 is available.

You should consider upgrading via the '/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command.

스타트코딩님의 프로필 이미지
스타트코딩
지식공유자

/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip 얘로 pip 업그레이드 하고 다시 설치해 보셔요!!

송옥수님의 프로필 이미지
송옥수

작성한 질문수

질문하기