Python: 使用pyinstaller打包exe时报错JSONDecodeError: Expecting value: line 1...
环境win7,python3.6,pyinstaller3.5 and 3.4,在用pyinstaller打包的时候会报错。_raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)_
检查下环境配置 感觉像是配置信息是否有问题 重新配置一下环境
页:
[1]