Convertensorflow转换错误

在我使用convertensorflow进行转换测试时出现错误,我该怎么办?其他两个文件也有不用的错误
$ ./0_import_model.sh
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named ‘encodings’

Current thread 0x00007eff27f27700 (most recent call first):
./0_import_model.sh: 行 19: 2766 已放弃 (核心已转储) $convert_tf --tf-pb ./model/inception_v3_2016_08_28_frozen.pb --inputs input --input-size-list ‘299,299,3’ --outputs InceptionV3/Predictions/Reshape_1 --net-output ${NAME}.json --data-output ${NAME}.data

@chen-zh 不要使用中文,这会出问题的,最起码你的终端也要调回英文。调回中文以后如果还有问题,请把完整的log贴到这里