arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Language server unable to lint or analyze any classes imported by the `pyarrow.lib ` commands, in the `__init__.py`

Open ForeverAngry opened this issue 9 months ago • 0 comments

Describe the bug, including details regarding any error messages, version, and platform.

When using pyarrow classes Table, CompressedInputStream, BufferReader, and json, i can run the code, but for some reason my language server (and I've tried jedi, and pylance) cannot find/lint/or analyze any of these function or classes, or really anything imported by the pyarrow.lib , in the __init__.py file for the pyarrow directory. Is this expected?

Component(s)

Python

ForeverAngry avatar May 20 '24 14:05 ForeverAngry