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

Incompatible with Polars, or just miniforge? #466

Open
D3SL opened this issue Jun 20, 2024 · 2 comments
Open

Incompatible with Polars, or just miniforge? #466

D3SL opened this issue Jun 20, 2024 · 2 comments

Comments

@D3SL
Copy link

D3SL commented Jun 20, 2024

Describe the bug
I've installed python (cleanly) on windows 10 following the miniforge instructions. When trying to run AREPL polars doesn't work. Trying to import polars gives the error UserWarning: Polars binary is missing! from polars._utils.polars_version import get_polars_version. Trying actually do anything such as create a dataframe or read a CSV results in NameError: name 'PyDataFrame' is not defined.

To Reproduce
Follow the miniforge instructions to get set up on windows 10.
Optionally create an environment, it doesn't make a difference.
Try to use Polars in any way

Expected behavior
Polars should work.

Other Information (please complete the following information):

  • OS: Windows 10
  • Python Version 3.10.14

Additional context
The "conda" (mamba) environments work fine any other way. It's just AREPL that seems incompatible with polars for some reason.

@bskubi
Copy link

bskubi commented Sep 2, 2024

I have the same issue.

@Almenon
Copy link
Owner

Almenon commented Sep 4, 2024

Not sure why this is failing, sorry. Note that pip (pypi) is the recommended way to install polars.

pola-rs/polars#13094 (comment)

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

3 participants