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

this project support windows? #3657

Closed
futureflsl opened this issue Sep 23, 2023 · 2 comments
Closed

this project support windows? #3657

futureflsl opened this issue Sep 23, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@futureflsl
Copy link

I try to install:
pip install ludwig,it error on windows10 x64,it seems that getdaft cannot support on windows.

@tgaddair
Copy link
Collaborator

Hey @futureflsl, thanks for reporting this issue. We do support Windows by design, however, one of our more recent dependencies currently doesn't publish Windows wheels (Eventual-Inc/Daft#235), which had led to this issue. We're chatting with the maintainers of Daft and they said they should have Windows wheels officially supported soon (next week or two at worst, I suspect).

As a workaround for now, there are a few options:

  • Install Ludwig from the master branch, which now includes this fix: Exclude getdaft on Windows #3629, which skips trying to install getdaft on Windows. The only downside of this is that currently using Image input features requires Daft. So if you're not using Ludwig with images, this is the easiest option.
  • Try installing Daft from source with experimental Windows support. They're working on adding prebuilt wheels to their CI system, but it sounds like it should be working if you install from source.
  • Revert to Ludwig 0.7 (before we added the Daft dependency), but this would not have support for our more recent LLM features.

@tgaddair tgaddair added bug Something isn't working dependencies labels Sep 24, 2023
@tgaddair
Copy link
Collaborator

Hey @futureflsl, now that Daft is publishing Windows binaries, this issue should be resolved. Let me know if you continue to run into issues running on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants