Replies: 2 comments 1 reply
-
I just converted this to a discussion, as I'm rather certain this is not a pypdf issue. I guess it's something about your local setup. Very likely, you have a old version of pypdf in your environment (used by mypy) or maybe a file called Please try the following:
Then create a file called "example.py" and copy the following in there:
Now run If yes, we can re-open the issue. (but with WAY more information). If no, you have something wrong on your system. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your attention ! I've tests your example, and it works... I'll explore my setup. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Explanation
I'm using pypdf for an internal project, mypy complains about stubs not present for this package
Code Example
Beta Was this translation helpful? Give feedback.
All reactions