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

Unable to upgrade blinker #3976

Closed
bilal-aamer opened this issue Aug 28, 2023 · 1 comment
Closed

Unable to upgrade blinker #3976

bilal-aamer opened this issue Aug 28, 2023 · 1 comment
Labels

Comments

@bilal-aamer
Copy link

I want to upgrade blinker like pip install --upgrade blinker and it throws me the following error.

ERROR: Cannot uninstall 'blinker'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

@metrizable
Copy link
Contributor

@bilal-aamer thanks for reporting this issue.

The error indicates that blinker is brought in by the OS platform as an apt package. If you want to install a newer version via pip, you'll have to remove the apt package and pip install your desired blinker version. I was able to successfully do so.

BaMYdUKJYS4WgST

As a call-out, removing an OS package, however, may have some unforeseen outcomes of its deps, so YMMV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants