Python:模块'pyarrow'没有属性'orc'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python:模块'pyarrow'没有属性'orc'相关的知识,希望对你有一定的参考价值。

我已经安装了pyarrowpip

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模块——实现人和电脑猜拳

python,如何在shell下查看一个模块都有哪些方法

Python中Turtle模块的基本指令有哪些

import pyarrow not working <- error is "ValueError: The pyarrow library is not installed, pl

python常用模块