microsoft / pyright

Static Type Checker for Python
Other
13.12k stars 1.4k forks source link

Getting an error using the Tinygrad machine learning framework in Pyright that I am not getting in Pylance/Pycharm's Version #8721

Closed aryang20 closed 1 month ago

aryang20 commented 1 month ago
Screenshot 2024-08-09 at 12 20 02 PM
erictraut commented 1 month ago

You haven't provided enough information for me to help you diagnose the problem.

If you think this is a bug in pyright, please follow the bug reporting instructions and provide a self-contained, minimal code sample (in text form) that repros the issue. Diagnosing issues from (tiny) screen shots isn't really feasible.

If you have questions about how to use pyright or a particular error message that you're seeing, feel free to post a question in the discussion section.

If you are seeing differences between pyright and pylance, you may find this documentation useful.