User Tools

Site Tools


eme

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eme [2025/09/18 17:30] mikoeme [2025/10/12 16:40] (current) miko
Line 1: Line 1:
-==== How to solve "error: externally-managed-environment" when installing via pip3 ====+===== How to solve "error: externally-managed-environment" when installing via pip3 =====
  
  
Line 31: Line 31:
  
 The easiest solution is to delete the EXTERNALLY-MANAGED file in your system Python installation: The easiest solution is to delete the EXTERNALLY-MANAGED file in your system Python installation:
 +Raspbian:
 <code> <code>
 sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
 </code> </code>
 +Ubuntu or alike:
 +Works on CachyOS too:
 +<code>
 +sudo rm -rf /usr/lib/python3.13/EXTERNALLY-MANAGED
 +</code>
 +
 Note that the python3.11 version number should match whatever you have installed—it was 3.11 at the time of this blog post's writing. Note that the python3.11 version number should match whatever you have installed—it was 3.11 at the time of this blog post's writing.
  
-For Ubuntu 24.02, the version is python3.12 
 For macOS, use find /opt/homebrew -name EXTERNALLY-MANAGED to find the location (or find /usr/local -name EXTERNALLY-MANAGED on Intel Macs) For macOS, use find /opt/homebrew -name EXTERNALLY-MANAGED to find the location (or find /usr/local -name EXTERNALLY-MANAGED on Intel Macs)
  
  
  
eme.1758216612.txt.gz · Last modified: by miko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki