-
|
Hi! Windows When installing Sling via Scoop (as recommended), it seems that something in the installation process corrupts or interferes with DLL files related to MSYS2. This happened to me on two different machines. When running a simple Sling command, I get the following error: sling.exe – System Error On one machine, I managed to find a workaround, but it doesn’t address the root cause—it was just a temporary patch to make it work. I’d appreciate your thoughts on:
Linux On a Linux machine, I installed Sling as recommended and it works correctly. However, the sling command is not recognized unless I reference it using the full path (/path/to/slingexe/sling command). This feels like a classic PATH issue (although I’m still having trouble resolving), but on another Linux machine the behavior was different.
Python If I install Sling using pip install sling, will that installation also provide a fully functional sling CLI executable that works the same as the standalone native CLI? Or is it necessary to install the standalone Sling CLI binary (e.g., via Scoop / brew / curl) in addition to the Python package for full CLI functionality? I would appreciate any tips and thoughts, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
|
hello @dekinf This is a bit strange, not sure what could cause this. I'm guessing you have MSYS2 installed? Also for Linux, yes, you have to set the path yourself. If you have root access, just put it in For Python, it's essentially the same as the CLI. You might have observed that it actually download the binary upon first run. It's just a wrapper over the binary. |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
It was 1.4.x
I think the problem starts in case you install with scoop but then doing
pip install sling with the last version.
Then sling stop running.
If trying to run it on CMD can you get the dll missing files error.
Thanks
<https://www.inflow.co.il/>
Steinberg Itamar - CEO
[image: phone]
054-4554747
[image: address-card]
***@***.***
[image: globe]
http://www.Inflow.co.il <https://www.inflow.co.il/>
…On Mon, Jan 5, 2026, 14:06 Fritz Larco ***@***.***> wrote:
@inflowsys <https://github.com/inflowsys> thanks, so this is a 1.5.3
issue? what was the prior version that it was working fine for you (without
tweaking)? or, what was the previous version you were using?
—
Reply to this email directly, view it on GitHub
<#692 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALPHORMYTHYVHV7H5YSKUD4FJHVPAVCNFSM6AAAAACQULJNG2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNBRGQYDEMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
@dekinf OK, i found the issue. This started in v1.5.2, when ADBC (Arrow) was added. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, great. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @flarco ! I would like to ask what the best practice is for updating Sling on Windows and Linux. Should Python installations be updated separately? |
Beta Was this translation helpful? Give feedback.
@dekinf OK, i found the issue. This started in v1.5.2, when ADBC (Arrow) was added.
That library uses dynamic linking, whereas in v1.5.1 this was not an issue.
This will be resolved for release v1.5.4, see Issue: #689