当前位置:网站首页>CDH6 Hue to open a "ASCII" codec can 't encode characters
CDH6 Hue to open a "ASCII" codec can 't encode characters
2022-08-01 23:37:00 【I'm going to use code to confess to the girl I like】
'ascii' codec can't encode characters in position 8-15: ordinal not in range(128)
He said ascii (US encoding), can't compile a certain encoding, he doesn't know the encoding
So, let's change it to utf-8 encoding
cd /opt/cloudera/parcels/CDH/lib/hue/build/env/lib/python2.7/site-packages/
Add a configuration file
vi sitecustomize.py
The content is as follows
#encoding=utf8
import sys
reload(sys)
sys.setdefaultencoding('utf8')
Restart hue
No error reported
边栏推荐
- The monthly salary of the test post is 5-9k, how to increase the salary to 25k?
- 仿牛客网项目第三章:开发社区核心功能(详细步骤和思路)
- Access the selected node in the console
- The third chapter of the imitation cattle network project: develop the core functions of the community (detailed steps and ideas)
- DRF generating serialization class code
- color transparency parameter
- YOLO等目标检测模型的非极大值抑制NMS和评价指标(Acc, Precision, Recall, AP, mAP, RoI)、YOLOv5中[email protected]与
- 部门项目源码分享
- numpy.hstack
- IDEA入门看这一篇就够了
猜你喜欢
随机推荐
npm npm
检查点是否在矩形内
月薪12K,蝶变向新,勇往直前—她通过转行测试实现月薪翻倍~
C language - branch statement and loop statement
请问什么是 CICD
The monthly salary of the test post is 5-9k, how to increase the salary to 25k?
简单3D渲染器的制作
How do programmers solve online problems gracefully?
Access the selected node in the console
The Spark of Sql join on the and and where
cmd指令
一款简洁的文件传输工具
研发团队数字化转型实践
Chapter 11 Working with Dates and Times
技术分享 | 接口测试中如何使用Json 来进行数据交互 ?
UML diagram of soft skills
Spark Sql之union
Chapter 12 End-User Task As Shell Scripts
PDF转Word有那么难吗?做一个文件转换器,都解决了
What can be done to make this SQL into a dangerous SQL?