转换文件;出现“ charmap”编解码器编码错误:字符映射到<undefined>

时间:2019-03-08 23:25:53

标签: anaconda shodan

我正在使用anaconda使用-

从json.gz文件中仅选择一些字段

<nil> panic: runtime error: invalid memory address or nil pointer dereference main.main() /tmp/sandbox136049644/main.go:21 +0x84

我仍然收到此错误-

shodan parse --fields port,isp,hostnames,location,timestamp,org,domain,transport,vulns,ssl,http.server,ip_str --separator , shodan-export.json.gz > shodan-export-proc.json.gz

我遇到了GitHub问题,并认为在转换文件时需要使用utf-8编码;但是对于Shodan / Anaconda我该怎么做?

https://github.com/achillean/shodan-python/issues/34

1 个答案:

答案 0 :(得分:0)

在Anaconda中,键入以下内容,它将起作用-

chcp 65001
set PYTHONIOENCODING=utf-8