赞
踩
下载 https://github.com/mattloper/opendr
将opendr-master/opendr/utils.py最后一行
open(dest_fname, 'w').write(contents)
改为 open(dest_fname, 'wb+').write(contents)
python setup.py install