Comment 5 for bug 1890086

Revision history for this message
kylehase (kyle-hasegawa) wrote :

Hi Damon. I ran those commands without sudo and it now works without errors. Thank you.
Here's the output of the commands for the record.

$ python3 -m pip uninstall babel
Found existing installation: Babel 2.8.0
Uninstalling Babel-2.8.0:
  Would remove:
    /home/kylehase/.local/bin/pybabel
    /home/kylehase/.local/lib/python3.6/site-packages/Babel-2.8.0.dist-info/*
    /home/kylehase/.local/lib/python3.6/site-packages/babel/*
Proceed (y/n)? y
  Successfully uninstalled Babel-2.8.0

$ python3 -m pip install --user babel
Requirement already satisfied: babel in /usr/lib/python3/dist-packages (2.4.0)
WARNING: You are using pip version 20.2; however, version 20.2.1 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.

$ python3 -m pip show babel
Name: Babel
Version: 2.4.0
Summary: Internationalization utilities
Home-page: http://babel.pocoo.org/
Author: Armin Ronacher
Author-email: <email address hidden>
License: BSD
Location: /usr/lib/python3/dist-packages
Requires:
Required-by: rapid-photo-downloader