File "/home/ubuntu/py_project/KoGPT2_gen_lyric/KorQuAD_test/src/socket_bert.py", line 10 SyntaxError: Non-ASCII character '\xec' in file /home/ubuntu/py_project/KoGPT2_gen_lyric/KorQuAD_test/src/socket_bert.py on line 10, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
아래 url을 보자
sh 파일로 실행을 시키고자 한다면 상단에
# -*- coding:utf-8 -*-
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_literals
import socket
from _thread import *
..........
이걸 붙여넣어야 함
'Python' 카테고리의 다른 글
python Oracle DB 연결 (0) | 2020.06.12 |
---|---|
오늘의 삽질.. 리눅스 아나콘다 가상환경.. (5) | 2020.06.11 |
파이썬 mysql RuntimeError: cryptography is required for sha256_password or caching_sha2_password 해결법 (1) | 2020.06.09 |
파이썬 쓰레드사용한 소켓통신 (0) | 2020.06.08 |
파이썬 f-string 사용법 (0) | 2020.06.04 |
댓글