Skip to content
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

pillow is installed but pil isnt supported #6978

Open
Jess-Butler opened this issue Feb 23, 2025 · 1 comment
Open

pillow is installed but pil isnt supported #6978

Jess-Butler opened this issue Feb 23, 2025 · 1 comment
Assignees
Labels
needs repro Issue has not been reproduced yet waiting for user response Requires more information from user

Comments

@Jess-Butler
Copy link

Jess-Butler commented Feb 23, 2025

Pil is not supported by pylance

Version: 1.97.2
Commit: e54c774e0add60467559eb0d1e229c6452cf8447
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Embedder: codespaces

Extension version: 2025.2.1

@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Feb 23, 2025
@debonte
Copy link
Contributor

debonte commented Feb 28, 2025

Can you provide more detail? Ideally a code sample, pillow version, and details on what you're seeing vs. what you're expecting.

I created a venv, installed pillow 11.1.0, and wrote the following code. No issues jumped out at me:

from PIL import Image

im = Image.open("test.jpg")

@debonte debonte added the waiting for user response Requires more information from user label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet waiting for user response Requires more information from user
Projects
None yet
Development

No branches or pull requests

2 participants