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

Add note to windows installation via poetry #74

Merged
merged 1 commit into from
Mar 21, 2024
Merged

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).

Changes in this PR

Add a note in the documentation recommending to the users to install using pip if poetry cannot resolve the tensorflow dependency.

Copy link

sonarcloud bot commented Mar 19, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@chyalexcheng
Copy link
Contributor

Thank you, Luisa, for locating the source of the issue and adding the note to the docu. Is there a way to set up the build differently for Windows in .github/workflows/build.yml?

@luisaforozco
Copy link
Collaborator Author

Yes, we could try using pip instead of poetry.

@luisaforozco luisaforozco merged commit fb81de5 into main Mar 21, 2024
10 of 15 checks passed
@luisaforozco luisaforozco deleted the docs_windows branch March 21, 2024 12:37
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.

None yet

2 participants