标签: io python-3.6
此行抛出异常:
with open(output_file_path, mode='w', enconding='utf-8') as output_file:
我运行我的脚本python,当我运行python --version时返回3.6。同时使用python3 <script>运行它会抛出相同的内容。
python
python --version
python3 <script>
documentation说它应该有用