-
Notifications
You must be signed in to change notification settings - Fork 18
Fix DTypeLike no longer containing None #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
83fef8b to
215cbd4
Compare
|
Some of those pyright errors seem to be specific to Python 3.12 + whatever else gets installed with it on the CI. I couldn't reproduce them on my normal Python 3.13 environment. |
Oh man, thanks for pointing that out. I had been puzzling for a few months off-and-on why bpr produced different errors in CI than locally. Turns out I never even looked at or considered the Python version as a source of differences. 🤦 |
|
Something seems to still be pulling in Python 3.12 from what I can tell: EDIT: Ah, no, Python 3.14 gets pulled in later. Not sure why the same errors keep showing up though.. For what it's worth, I used to get a Python 3.12 environment running and that seemed to make it happy. |
Gah no. That's one step too far for me somehow. |
|
Turns out it was 3.14 in |
|
Alright, I'm back to being super puzzled. I'll just add some ignores next to those lines and call it a day. 😢 Feels like a waste of time. |
Yeah, can't say I have any other ideas and sifting through the differences between the |
No description provided.