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

LangStream has no Windows support #716

Open
devinbost opened this issue Nov 13, 2023 · 1 comment
Open

LangStream has no Windows support #716

devinbost opened this issue Nov 13, 2023 · 1 comment

Comments

@devinbost
Copy link
Collaborator

I discovered that our installation instructions don't work for Windows.
We need to make sure that Windows users can get LangStream running.

@vertigobo
Copy link

I am using langstream-cli-0.6.0 on Windows.
I get a java.lang.UnsupportedOperationException on ai.langstream.cli.commands.docker.LocalRunApplicationCmd.makeDirOrFileReadable() because it uses Files.setPosixFilePermissions(...).
I suggest to replace the POSIX file permissions with setReadable() setWritable() and setExecutable() of the File class.

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

2 participants