Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python versions and warning for windows installation #73

Closed
wants to merge 4 commits into from

Conversation

luisaforozco
Copy link
Collaborator

Context

We have been seeing for a while that the build action on windows keeps on failing. I have narrowed down that the issue is with a dependency of tensorflow: tensorflow-io-gcs-filesystem for which the wheels for windows have been somehow forgotten or not published anymore (tensorflow/io#1815 and reports via other channels).
Furthermore, the workflow for 3.12 fails due to a setting on pyproject.toml.

Changes made

In this PR:

  • Update the version of python supported: 3.9-3.12 in several files (pyproject.toml, documentation).
  • Add a note in the documentation recommending to the users to install using pip if poetry cannot resolve the tensorflow dependency.
  • Add instructions to generate the documentation on windows without using poetry and on the command line.
  • Modify spaces around = in pyproject.toml for consistency and readability.

This PR closes #65

@luisaforozco luisaforozco marked this pull request as draft March 18, 2024 15:15
@luisaforozco luisaforozco deleted the windows_tf branch March 19, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove python version 3.8 from workflows and released wheels
1 participant