Python Forum
Installation Error:Tribon conflicted with Python3.8?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation Error:Tribon conflicted with Python3.8?
#8
Thanks your kindly explanation. I tried to reinstall the python3.8 to "D:", only "py -3.8 -V" can be working.
"py -3.8 -m pip -V" and "py -3.8 -m idlelib" also errors.

D:\Program Files\Python\Python38>py -V
Python 3.8.0

D:\Program Files\Python\Python38>py -3.8 -m pip -V
Python path configuration:
  PYTHONHOME = (not set)
  PYTHONPATH = 'C:\Tribon\M3\Vitesse;C:\Tribon\M3\Vitesse\Basic_Design;C:\Tribon\M3\Vitesse\Lib;C:\Tribon\M3\Vitesse\Projects;C:\Tribon\M3\bin\python;'
  program name = 'D:\Program Files\Python\Python38\python.exe'
  isolated = 0
  environment = 1
  user site = 1
  import site = 1
  sys._base_executable = 'D:\\Program Files\\Python\\Python38\\python.exe'
  sys.base_prefix = 'D:\\Program Files\\Python\\Python38'
  sys.base_exec_prefix = 'D:\\Program Files\\Python\\Python38'
  sys.executable = 'D:\\Program Files\\Python\\Python38\\python.exe'
  sys.prefix = 'D:\\Program Files\\Python\\Python38'
  sys.exec_prefix = 'D:\\Program Files\\Python\\Python38'
  sys.path = [
    'C:\\Tribon\\M3\\Vitesse',
    'C:\\Tribon\\M3\\Vitesse\\Basic_Design',
    'C:\\Tribon\\M3\\Vitesse\\Lib',
    'C:\\Tribon\\M3\\Vitesse\\Projects',
    'C:\\Tribon\\M3\\bin\\python',
    '',
    'D:\\Program Files\\Python\\Python38\\python38.zip',
    'D:\\Program Files\\Python\\Python38\\DLLs',
    'D:\\Program Files\\Python\\Python38\\lib',
    'D:\\Program Files\\Python\\Python38',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
  File "C:\Tribon\M3\bin\python\encodings\__init__.py", line 109
    raise CodecRegistryError,\
                            ^
SyntaxError: invalid syntax

Current thread 0x00001564 (most recent call first):
<no Python frame>

D:\Program Files\Python\Python38>
Reply


Messages In This Thread
RE: Installation Error:Tribon conflicted with Python3.8? - by sam2016 - Dec-01-2019, 07:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Understanding and debugging memory error crashes with python3.10.10 Arkaik 5 2,396 Apr-18-2023, 03:22 AM
Last Post: Larz60+
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,069 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
Bug maximum recursion depth exceeded while calling a Python object error in python3 Prezess 4 3,944 Aug-02-2020, 02:21 PM
Last Post: deanhystad
  import yaml error for python3 maiya 4 13,425 Jul-15-2020, 06:07 PM
Last Post: Gribouillis
  Pandas installation error pyzyx3qwerty 3 2,663 Jun-04-2020, 10:09 AM
Last Post: pyzyx3qwerty
  PIP Installation Error bhanukiran117 2 2,525 Apr-15-2020, 07:02 PM
Last Post: Larz60+
  Error in Python3.6:free() Corrupted unsorted chunks error sameer_k 2 4,032 Mar-18-2020, 09:37 AM
Last Post: sameer_k
  Beginner - simple package installation error mefeng2008 0 1,816 Mar-13-2020, 09:17 AM
Last Post: mefeng2008
  Error after installing Python3.8.2: "No module named 'apt_pkg'" Chromie 3 4,040 Mar-09-2020, 08:20 PM
Last Post: micseydel
  Error message when trying to install Matplotlib in Python3.8 Transitionyte 5 5,387 Jan-22-2020, 11:52 PM
Last Post: Transitionyte

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020