Skip to content

Method overrides class in an incompatible manner. #8643

Answered by erictraut
mrendi29 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm glad that pyright is working well for you.

Pyright is a standards-compliant type checker in that it endeavors to comply with the rules set forth in the official Python typing spec.

If you have general questions about the static type system or would like guidance about how to model your code using static types, the Python typing forum is a good place to post your questions because they'll get broad visibility from members of the broader Python typing community.

That said, I'll do my best to answer your question here.

First, I'm assuming that you have the pyarrow-stubs stub library installed. Without this, I wasn't able to repro the errors you're seeing.

I noticed that you're trying to …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mrendi29
Comment options

@erictraut
Comment options

Answer selected by mrendi29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants