Newer versions of python are (probably) not supported.
eugenioLR opened this issue · 4 comments
eugenioLR commented
eugenioLR commented
I can also confirm now that I can still install it with python 3.10.13 without any kind of issues whatsoever.
SarthakJariwala commented
Thanks for flagging. I was also able to reproduce install issues on 3.11.5 - likely an issue of capping python at 3.11 in pyproject.toml. I'll update it and release a new patch version
SarthakJariwala commented
Just released 0.7.1
, and it resolved install issues for me on Python 3.11.
Can you try it with the new version - python -m pip install -U seaborn-image
(make sure you use the -U
flag; otherwise it might try to use the cache)
eugenioLR commented
Ok, it works now. Thank you.