-
Notifications
You must be signed in to change notification settings - Fork 32
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
Include a Windows header under the installation instructions page #335
Comments
Good catch. Currently tremor fails to build on windows natively as we use UNIX signal handling via the tokio libraries We do not currently have However, this is still a getting started issue for folk new to windows and new to WSL or perhaps new to As this is a bug of omission, enhancing our docs by adding the missing guide should hopefully provide a Thank you for raising and opening this issue! |
I was thinking to just specify under the windows header that it is
recommended to install tremor under wsl by following the Unix guidelines-
we have it specified on other pages just not on the installation
instructions one. :p
Unfortunately, I kept scrolling up and down the page a few minutes the
first time, trying to find the installation instructions for windows until
I saw it mentioned somewhere else. :p
…On Wed, 20 Nov 2024, 15:04 Darach Ennis, ***@***.***> wrote:
Good catch.
Currently tremor fails to build on windows natively as we use UNIX signal
handling via the tokio libraries
and this constrains tremor to running on Mac OS X, Linux or UNIX
derivatives. This means features like
UNIX streams or UNIX style signal handling would need to avoided on native
windows.
We do not currently have Tremor on Windows subsystem for Linux
documentation as most experienced
WSL users ( or experienced programmers ) will know to use the UNIX/Linux
documentation.
However, this is still a getting started issue for folk new to windows and
new to WSL or perhaps new to
programming in general.
As this is a bug of omission, enhancing our docs by adding the missing
guide should hopefully provide a
set of steps for those that needed it.
Thank you for raising and opening this issue!
—
Reply to this email directly, view it on GitHub
<#335 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOAGJARFNGNW3ZLAHKRZ3F32BSCE5AVCNFSM6AAAAABSEQJ2CCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBYGUZTCNJXHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
this should now be fixed in (#344). |
Problem
'tremor' is not recognized as an internal or external command,
operable program or batch file.
Steps
Possible Solution(s)
Output of
rustup --version
:rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active
rustc
version isrustc 1.81.0 (eeb90cda1 2024-09-04)
Output of
rustup show
:Default host: x86_64-pc-windows-msvc
rustup home: C:\Users\Petri.rustup
stable-x86_64-pc-windows-msvc (default)
rustc 1.81.0 (eeb90cda1 2024-09-04)
Output of
tremor --version
:bash: tremor: command not found
The text was updated successfully, but these errors were encountered: