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

polars_cli hangs in windows 7 #45

Open
2 tasks done
l1t1 opened this issue Dec 21, 2023 · 4 comments
Open
2 tasks done

polars_cli hangs in windows 7 #45

l1t1 opened this issue Dec 21, 2023 · 4 comments
Labels
bug Something isn't working windows

Comments

@l1t1
Copy link

l1t1 commented Dec 21, 2023

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of the Polars CLI.

Reproducible example

cmd
poloars

Issue description

it shows many empty lines and cannot input anything

C:\Users\LD>polars
Polars CLI version 0.5.1
Type .help for help.
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉
〉----------------blinking

when I using a sql string as parameter, it works


C:\Users\LD>polars "select count(*) from read_parquet('d:/slow3.parquet')"
┌────────┐
│ count  │
│ ---    │
│ u32    │
╞════════╡
│ 100000 │
└────────┘

Expected behavior

it accept some input and run the sql.

Installed version

0.5.1

@l1t1 l1t1 added the bug Something isn't working label Dec 21, 2023
@l1t1
Copy link
Author

l1t1 commented Dec 21, 2023

BTW pipeline doesn't work

C:\Users\LD>echo "select count(*) from read_parquet('d:/slow3.parquet')" |polars
Error: sql parser error: Expected an SQL statement, found: "select count(*) from read_parquet('d:/slow3.parquet')" at Line: 1, Column 1

@l1t1
Copy link
Author

l1t1 commented Dec 21, 2023

I tried download https://github.com/pola-rs/polars-cli/releases/download/0.5.1/polars-cli-0.5.1-x86_64-pc-windows-msvc.tar.gz and ungzip the file, then rename it to polars051.exe,then run it, same quesiton as above

@alexander-beedie
Copy link

FYI: Windows 7 was "end of life" as of 14th Jan 2020 (four years ago), and even the paid/corporate "Extended Security Updates" (ESU) users were only able to receive updates until 10th Jan 2023 (one year ago). I think it's safe to say we won't be actively supporting this version unless it turns out to be a very low effort fix 😅

@eitsupi
Copy link

eitsupi commented Feb 17, 2024

FYI, r-polars also discovered a problem where it stopped working on Windows 7 at some point, but we closed the problem because it was an effect of something upstream and it was impractical to closed.
pola-rs/r-polars#383

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

No branches or pull requests

4 participants