VSCode cannot find PIL.ImageDraw.ImageDraw "rounded_rectangle" function. Due to bad typings ? #5512
Answered
by
radarhere
mat100payette
asked this question in
Q&A
-
As the title says, whenever I try to use the "rounded_rectangle" function on a ImageDraw object, VSCode cannot directly navigate to it. However, if I navigate to the PIL.ImageDraw.ImageDraw class, I can definitely see that function right after the "rectangle" function. Is this expected behavior or am I missing something ? Moreover, on my linux build, it fails even at runtime (I made sure I have >=8.2.0 as a dependency). Can this be related at all ? |
Beta Was this translation helpful? Give feedback.
Answered by
radarhere
May 25, 2021
Replies: 1 comment 9 replies
-
What error does it fail with at runtime on Linux? |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
radarhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What error does it fail with at runtime on Linux?