I'm running Raspberry Pi OS Lite (32 bit) on a Pi3. The library package pytz is not installed by default.
pip install pytz # did not work
pip install python3-pytz # did not work
Using apt instead of pip did not work.
All above commands also tried with sudo to no avail. I also tried
python -m pip .....as above.....
The error returned is:
externally-managed-environment
Which means what exactly.
pip install pytz # did not work
pip install python3-pytz # did not work
Using apt instead of pip did not work.
All above commands also tried with sudo to no avail. I also tried
python -m pip .....as above.....
The error returned is:
externally-managed-environment
Which means what exactly.
Statistics: Posted by LadyDravr — Wed Sep 04, 2024 4:59 pm