SarthakJariwala/seaborn-image

Newer versions of python are (probably) not supported.

eugenioLR opened this issue · 4 comments

I wanted to use this library with some modern code using python 3.11 but i can't get it to work.

When installing via pip in a PC with ArchLinux with python 3.11.5 installed it gives a strange error like the one bellow.
image

I assume this is an issue with this package, but i don't really know.

I can also confirm now that I can still install it with python 3.10.13 without any kind of issues whatsoever.

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

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)

Ok, it works now. Thank you.