pythn schedule 라이브러리에서 import error가 될 때 확인

780 단어 Python

schedule 라이브러리에서 import error가 될 때 확인


schedule는psyhon에서 함수를 정기적으로 실행할 때 매우 유용한 프로그램 라이브러리입니다.
그러나 다음 오류가 발생할 수 있습니다.
AttributeError: module 'schedule' has no attribute 'every'

확인


schedule이 설치되었는지 확인하세요.

pip freeze

파일 이름은 schedule입니다.py가 되지 않았는지 확인하세요.



python 파일이 schedule.py 되면 imoprt 오류가 발생할 수 있습니다.
참조: https://github.com/dbader/schedule/issues/37

좋은 웹페이지 즐겨찾기