Hi,
It was impossible to "just" install graphify.
After a some digging around it was my python version that was causing the problem. In pyproject.toml it says that graphify 0.5.5 requires-python = ">=3.10,<3.14". Current version of python is 3.14.4. I worked around it by installing python 3.13 but should it not work on the latest version?
Hi,
It was impossible to "just" install graphify.
After a some digging around it was my python version that was causing the problem. In pyproject.toml it says that graphify 0.5.5 requires-python = ">=3.10,<3.14". Current version of python is 3.14.4. I worked around it by installing python 3.13 but should it not work on the latest version?