MacLochlainns Weblog

Michael McLaughlin's Technical Blog

Site Admin

Archive for February, 2025

Adding polars to Python3

without comments

Just a quick note to correct the Polars instruction, you should install using pip3 with the following command:

pip3 install polars

You’ll get something like the following:

Defaulting to user installation because normal site-packages is not writeable
Collecting polars
  Downloading polars-1.21.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.6/31.6 MB 11.5 MB/s eta 0:00:00
Installing collected packages: polars
Successfully installed polars-1.21.0

As always, I hope this helps somebody with the task at hand.

Written by maclochlainn

February 1st, 2025 at 12:22 pm

Posted in Python,Python 3.x

Tagged with