Advertisement
Guest User

Untitled

a guest
Jan 7th, 2024
120
0
48 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.95 KB | None | 0 0
  1. could not find platform independent libraries <prefix>
  2. Could not find platform dependent libraries <exec_prefix>
  3. Python path configuration:
  4.   PYTHONHOME = (not set)
  5.   PYTHONPATH = (not set)
  6.   program name = 'python3.11'
  7.   isolated = 0
  8.   environment = 1
  9.   user site = 1
  10.   safe_path = 0
  11.   import site = 1
  12.   is in build tree = 0
  13.   stdlib dir = '/usr/local/lib/python3.11'
  14.   sys._base_executable = '/usr/local/bin/python3.11'
  15.   sys.base_prefix = '/usr/local'
  16.   sys.base_exec_prefix = '/usr/local'
  17.   sys.platlibdir = 'lib'
  18.   sys.executable = '/usr/local/bin/python3.11'
  19.   sys.prefix = '/usr/local'
  20.   sys.exec_prefix = '/usr/local'
  21.   sys.path = [
  22.     '/usr/local/lib/python311.zip',
  23.     '/usr/local/lib/python3.11',
  24.     '/usr/local/lib/python3.11/lib-dynload',
  25.   ]
  26. Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
  27. Python runtime state: core initialized
  28. ModuleNotFoundError: No module named 'encodings'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement