@wxlinzju
2017-07-20T11:36:48.000000Z
字数 321
阅读 705
python
安装python-parquet时,需要依赖python-snappy和thrift,这两个包安装成功后,import时提示:
thriftpy.parser.exc.ThriftParserError: ThriftPy does not support generating module with path in protocol 'c'
因此上网找教程,发现是原来thrift存在bug
修补如下
教程网址:
https://stackoverflow.com/questions/39220102/error-import-impyla-library-on-windows
修补bug后需要重新启动jupyter