상세 컨텐츠

본문 제목

파이참(pycharm)의 python console 실행시 에러

파이썬

by amanda.hyon 2021. 5. 12. 00:06

본문

pydevd_resolver.py:127: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if found.get(name) is not 1:

stackoverflow.com/questions/63136380/pydevd-resolver-py138-syntaxwarning-is-not-with-a-literal-did-you-mean

 

pydevd_resolver.py:138: SyntaxWarning: "is not" with a literal. Did you mean "!="? if found.get(name) is not 1:

new to python and using Pycharm 2019.1.3 professional and Python 3.8.0 get the following error when I open Python Console does anyone know how to fix this? C:\Program Files\JetBrains\PyCharm 2019.1.3\

stackoverflow.com

원인은 2019 이하버전의 파이참에서 파이썬3.8 버전을 사용해서 생기는 문제 

 

최신버전으로 설치하세요.

 

또는 파이썬버전을 다른 버전으로 사용하세요.

관련글 더보기

댓글 영역