강의

멘토링

로드맵

Inflearn Community Q&A

tinas9101730's profile image
tinas9101730

asked

Getting Started with Programming: Introduction to Python (Inflearn Original)

How to use Python Print (1-1): Let's print various things.

[ 오류] autocomplete-python traceback output

Written on

·

289

0

선생님..맥북을 사용하고 있는데.. 혼자 해결해보려다가 도저히 안되서 질문 남깁니다 ㅠㅠ

1. 파이썬 파일에 글자 입력 시 빨간창의 알럿이 뜹니다.

2. 무시하고 print문을 쓴 후 커맨드 + i를 누르면 아래와 같이 오류가 뜹니다.

[오류문구]

File "/Users/nazi/Desktop/study/chapter02_01.py", line 2
SyntaxError: Non-ASCII character '\xed' in file /Users/Desktop/study/chapter02_01.py on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

3. https://juyeonglee.tistory.com/30 요 블로그에서 깃허브를 통해 v.1.16.0 zip파일을 설치하고 패키지에 압축 푸는 것 까진 어떻게 했는데..  symbolic link 생성이나 패키지 설치가 도저히 터미널에서 여러가지 경로로 써봐도 안됩니다...ㅠㅠ

참고로 파이썬은 21년 5월 31일 기준 가장 최신버전을 깔았고 아톰은 1.57.0 버전입니다..ㅠㅠ 저 정말 파이썬 공부하고 싶은데 어제 오늘 이거 설정때문에 시작도 못하고 너무 속상하네요 ㅠㅠ

python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요. ㅠ.ㅠ

불편을 끼쳐드려 죄송하네요!

아래 링크확인하시구요! 그래도 해결이 안되시면 VSCODE로 환경 설정하시면 됩니다.

https://www.inflearn.com/questions/160837

tinas9101730's profile image
tinas9101730

asked

Ask a question