how to read avro files in python 3.5.2

*爱你&永不变心* 提交于 2019-12-04 09:56:16
Stephane Martin

Use the avro distribution for python 3, not the one for python 2.

http://apache.mediamirrors.org/avro/avro-1.8.2/py3/

Note that above link might not work if avro-1.8.2 is removed.

When installing through pip or a similar package manager: install the avro-python3 package instead of just avro.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!