Quantcast
Viewing all articles
Browse latest Browse all 4861

Python • Re: Installing Pushbullet

pi@alarmpi:~ $ sudo pip install pushbullet.py
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
I suspect you are running Bookworm where all Python projects must now be in a Virtual Environment https://docs.python.org/3/library/venv.html. Create a VENV, ACTIVATE it then try the following without SUDO

Code:

$pip install pushbullet.py
If that doesn't work, follow the instructions of "╰─> To install Python packages system-wide, try apt install". How exactly I'm not sure. I did find this reference https://pipx.pypa.io/stable/

Statistics: Posted by DS256 — Sun Apr 14, 2024 3:32 pm



Viewing all articles
Browse latest Browse all 4861

Trending Articles