Andrew-liu / Andrew-liu/dou_ban_spider
windows上运行的报错
Open
- Dominant language
- Python
- Stars
- 133
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
出现UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-10: ordinal not in range(128)
应该需要加上:
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.