아래의 코드를 추가해 해결할 수 있다.
import sys
import io
sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding = 'utf-8')
sys.stderr = io.TextIOWrapper(sys.stderr.detach(), encoding = 'utf-8')
아나콘다를 기본 PATH로 등록하고부터 잔오류가 너무 많아서 걱정이다 으
아래의 코드를 추가해 해결할 수 있다.
import sys
import io
sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding = 'utf-8')
sys.stderr = io.TextIOWrapper(sys.stderr.detach(), encoding = 'utf-8')
아나콘다를 기본 PATH로 등록하고부터 잔오류가 너무 많아서 걱정이다 으