79153157

Date: 2024-11-03 16:28:34
Score: 1.5
Natty:
Report link

Having this in the pyproject.toml solved the issue for me (Windows). Found it here: https://github.com/tensorflow/io/issues/1881#issuecomment-1869088155

python = ">=3.10,<3.12"
tensorflow = "^2.13.0"
tensorflow-io-gcs-filesystem = [
    { version = ">= 0.23.1", markers = "platform_machine!='arm64' or platform_system!='Darwin'" },
    { version = "< 0.32.0", markers = "platform_system == 'Windows'" }
]
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Stefan