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

Determine and document supported Python versions #24

Open
sadielbartholomew opened this issue May 3, 2024 · 0 comments
Open

Determine and document supported Python versions #24

sadielbartholomew opened this issue May 3, 2024 · 0 comments
Assignees

Comments

@sadielbartholomew
Copy link
Member

Using Python 3.8, I can run cf-view fine, but with 3.12 I get the error of:

$ cfview                                                          ─╯
Traceback (most recent call last):
  File "/home/slb93/miniconda3/envs/cf-env-312/bin/cfview", line 27, in <module>
    from PIL.ImageQt import ImageQt
ImportError: cannot import name 'ImageQt' from 'PIL.ImageQt' (/home/slb93/miniconda3/envs/cf-env-312/lib/python3.12/site-packages/PIL/ImageQt.py). Did you mean: 'Image'?

so there are clearly Python versions, not just older but also newer, for which cf-view doesn't currently work. These are not currently documented as far as I have seen, so we should find out which versions are supported so that cf-view runs, and clearly specify these, including enforcing as a packaging requirement.

@sadielbartholomew sadielbartholomew self-assigned this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant