Skip to content

Conversation

@JoYizPsyKicK
Copy link

Fixes #4419

The error message for UnknownPackageError was confusing users by mentioning system architecture, making them think their system was incompatible when the actual issue was simply that the package wasn't found.

Changes:

  • Simplified error message to focus on package not found
  • Removed unused util import

Testing:

  • Code passes pylint with 10/10 score
  • Code formatted with black and isort

@CLAassistant
Copy link

CLAassistant commented Dec 22, 2025

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

Wrong text for UnknownPackageError

2 participants