강의

멘토링

커뮤니티

Inflearn Community Q&A

ucopy891169's profile image
ucopy891169

asked

Business card recognition function implementation course using OpenCV

Lecture materials

박스 클릭하고 Ctrl + return 버튼 클릭 시 메시지

Written on

·

262

0

박스 클릭하고 Ctrl + return 버튼 클릭 위와 같은 결과가 나오는 것을 확인을 실행했을 때 아래와 같이 실습준비설명서와 다른 메시지가 나옵니다.

File "", line 12

print "python:", sys.version

^

SyntaxError: Missing parentheses in call to 'print'. Did you mean print("python:", sys.version)?

opencv딥러닝컴퓨터-비전

Answer 1

0

dongdong1님의 프로필 이미지
dongdong1
Instructor

python3 환경에서 python2 코드를 실행하신 것으로 보입니다. python3 코드를 실행해 보시길 제안드립니다.

ucopy891169's profile image
ucopy891169

asked

Ask a question