You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
에러 내용으로 보아 VS Code 환경 설정 문제인 것으로 보입니다. VS Code 환경 설정을 다시 한 번 확인해 보시는게 어떨까요 ? I just downloaded VS Code on my new laptop. Do I need prerequisite packages?
Python 3.8.6 Windows 10
pip install KoreaNewsCrawler
#를 치고 Ctrl과 F5를 함께 눌렀더니
cd 'c:\Users\Administrator\Desktop\IDE\Python'; & 'python' 'c:\Users\Administrator.vscode\extensions\ms-python.python-2020.11.371526539\pythonFiles\lib\python\debugpy\launcher' '51484' '--' 'c:\Users\Administrator\Desktop\IDE\Python\KoreaNewsCrawler.txt'
File "c:\Users\Administrator\Desktop\IDE\Python\KoreaNewsCrawler.txt", line 1
pip install KoreaNewsCrawler
^
SyntaxError: invalid syntax
#라는 에러 문구가 뜹니다 ㅜ 방금 새 컴퓨터에 VS Code를 깔았는데, 혹시 KoreaNewsCrawler 실행 전에 다른 패키지 설치가 필요한가요?
pip install KoreaNewsCrawler
#I typed a line above and pressed Control and F5 key at the same time. Yet, I have this error message
cd 'c:\Users\Administrator\Desktop\IDE\Python'; & 'python' 'c:\Users\Administrator.vscode\extensions\ms-python.python-2020.11.371526539\pythonFiles\lib\python\debugpy\launcher' '51484' '--' 'c:\Users\Administrator\Desktop\IDE\Python\KoreaNewsCrawler.txt'
File "c:\Users\Administrator\Desktop\IDE\Python\KoreaNewsCrawler.txt", line 1
pip install KoreaNewsCrawler
^
SyntaxError: invalid syntax
I just downloaded VS Code on my new laptop. Do I need prerequisite packages?
The text was updated successfully, but these errors were encountered: