You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Mint Cinnemon Ubuntu 24.04.2 LTS x86_64 (Linux Mint 22 Cinnamon, 6.2.9, 6.8.0-53-generic)
when I've tried to add the ppa:
sudo add-apt-repository ppa:slgobinath/gcalendar
I got:
OS codename: 'noble'.
Version of base-files: '13ubuntu10.2'.
Your OS codename isn't a valid Linux Mint codename.
Please check your OS release information with "cat /etc/os-release" (identified as VERSION_CODENAME).
Then I've tried the python3 way (same system):
apt install python3-pip python3-setuptools python3-dateutil python3-oauth2client python3-googleapi
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
python3-pip ist schon die neueste Version (24.0+dfsg-1ubuntu1.1).
python3-setuptools ist schon die neueste Version (68.1.2-2ubuntu1.1).
python3-dateutil ist schon die neueste Version (2.8.2-3ubuntu1).
python3-oauth2client ist schon die neueste Version (4.1.3-5ubuntu1).
python3-googleapi ist schon die neueste Version (1.7.12-1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
at the end I got:
pip3 install gcalendar
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
The text was updated successfully, but these errors were encountered:
using Mint Cinnemon Ubuntu 24.04.2 LTS x86_64 (Linux Mint 22 Cinnamon, 6.2.9, 6.8.0-53-generic)
when I've tried to add the ppa:
sudo add-apt-repository ppa:slgobinath/gcalendar
I got:
Then I've tried the python3 way (same system):
at the end I got:
The text was updated successfully, but these errors were encountered: