Python:模块'pyarrow'没有属性'orc'
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python:模块'pyarrow'没有属性'orc'相关的知识,希望对你有一定的参考价值。
我已经安装了pyarrow
槽pip
pip install pyarrow
import pyarrow as pya
如果调用属性orc
,则会出现以下错误
pya.orc
AttributeError: module 'pyarrow' has no attribute 'orc'
答案
None以上是关于Python:模块'pyarrow'没有属性'orc'的主要内容,如果未能解决你的问题,请参考以下文章
Python常用模块 之 random模块——实现人和电脑猜拳
Python常用模块 之 random模块——实现人和电脑猜拳
import pyarrow not working <- error is "ValueError: The pyarrow library is not installed, pl