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

Windows Build #1832

Open
flashpixx opened this issue Aug 18, 2023 · 3 comments
Open

Windows Build #1832

flashpixx opened this issue Aug 18, 2023 · 3 comments

Comments

@flashpixx
Copy link

Hello,

I’m using in a Python 3.10 project tensorflow-io-gcs-filesystem 0.33 as transitive dependency of a library. As build tool I’m using Poetry. Under Linux / OSX everything workfs fine, but I try to build / run my tool under Windows (I’m using Gitlabs Windows Shared Runner).

During “poetry install” the installation breaks:

Installing tensorflow-io-gcs-filesystem (0.33.0)
RuntimeError
Unable to find installation candidates for tensorflow-io-gcs-filesystem (0.33.0)
C:\Python310\lib\site-packages\poetry\installation\chooser.py:76 in choose_for
72|
73| links.append(link)
74|
75| if not links:
76| raise RuntimeError(f"Unable to find installation candidates for {package}")
77|
78| # Get the best link
79| chosen = max(links, key=lambda link: self._sort_key(package, link))

How can I build my system on Windows / install the correct dependency?
Thanks a lot

@egerlach
Copy link

Is this a dupe of #1815?

@RRiva
Copy link

RRiva commented Sep 15, 2023

Yes it is. See also the discussion at python-poetry/poetry#8271

@mraunak
Copy link

mraunak commented Sep 26, 2023

Hi @flashpixx can you please try the solution provided in tensorflow/tensorflow#58674 (comment)
Please let me know if this doesn't resolve your issue

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

No branches or pull requests

4 participants