<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-the-pls--pig07sp4s" -->

---
title: What the pls? | daily.dev
description: The `pls` package on PyPI is an abandoned Python version (last released as v6.0.0 in 2023) and should not be installed via `uv tool install pls` or `pipx...
canonical: https://daily.dev/posts/what-the-pls--pig07sp4s
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What the pls? | daily.dev
og:description: The `pls` package on PyPI is an abandoned Python version (last released as v6.0.0 in 2023) and should not be installed via `uv tool install pls` or `pipx...
og:url: https://daily.dev/posts/what-the-pls--pig07sp4s
og:image: https://api.daily.dev/og/posts/Pig07sp4S.png
og:image:alt: What the pls?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What the pls?

**[Planet Python](https://daily.dev/sources/planetpython)** · 2 min read · 2 upvotes · 0 comments

## Summary

The `pls` package on PyPI is an abandoned Python version (last released as v6.0.0 in 2023) and should not be installed via `uv tool install pls` or `pipx install pls`. The actively maintained version has been rewritten in Rust and lives at pls-rs/pls on GitHub. Signs of the stale PyPI listing include a 404 homepage and a silent GitHub redirect. To get the correct version, uninstall the Python one and install the Rust build instead, e.g. via Homebrew with `brew install pls-rs/pls/pls`.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://mkennedy.codes/posts/what-the-pls>

## Similar posts on daily.dev

- [Python package manager uv is now available for builds with zero configuration](https://daily.dev/posts/python-package-manager-uv-is-now-available-for-builds-with-zero-configuration-fxsyg1e7u) · Vercel · 27 upvotes · 0 comments
- [How uv got so fast](https://daily.dev/posts/how-uv-got-so-fast-fgscee8dp) · Hacker News · 5 upvotes · 2 comments
- [Warn about PyPy being unmaintained by konstin · Pull Request \#17643 · astral-sh/uv](https://daily.dev/posts/warn-about-pypy-being-unmaintained-by-konstin-pull-request-17643-astral-sh-uv-xx4ran0w6) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/what-the-pls--pig07sp4s)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"What the pls?","url":"https://daily.dev/posts/what-the-pls--pig07sp4s","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/what-the-pls--pig07sp4s"},"datePublished":"2026-06-28T19:51:14.711Z","dateModified":"2026-06-28T19:51:47.074Z","description":"The `pls` package on PyPI is an abandoned Python version (last released as v6.0.0 in 2023) and should not be installed via `uv tool install pls` or `pipx...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e9682742edc5a7552e47eab1a13cb07f?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e9682742edc5a7552e47eab1a13cb07f?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Planet Python","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Planet Python","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/eac3cc584cb043b5a242d13752bd3d0c","url":"https://daily.dev/sources/planetpython"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/what-the-pls--pig07sp4s","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"python,rust","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Planet Python","item":"https://daily.dev/sources/planetpython"},{"@type":"ListItem","position":3,"name":"What the pls?"}]}
```

