You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ImageQtImportError: 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.
The text was updated successfully, but these errors were encountered:
Using Python 3.8, I can run cf-view fine, but with 3.12 I get the error of:
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.
The text was updated successfully, but these errors were encountered: