Problems with codecs #1913
Unanswered
hyranbernardes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys! I've tried to install it several times, I've already solved some errors, but I haven't been able to do this one so far. Could anyone help me?
Fatal Python error: init_import_site: Failed to import site module
Python runtime state: initialized
Traceback (most recent call last):
File "C:\Users\hyran\AppData\Local\Programs\Python\Python310\lib\site.py", line 617, in main ()
File "C:\Users\hyran\AppData\Local\Programs\Python\Python310\lib\site.py", line 600, in0 main () known_paths = venv(known_paths)
File "C:\Users\hyran\AppData\Local\Programs\Python\Python310\lib\site.py", line 532, in venv addsitepackages(known_paths, [sys.prefix]
File "C:\Users\hyran\AppData\Local\Programs\Python\Python310\lib\site.py", line 387, in ad sitepackages addsitedir(sitedir, know_paths)
File "C:\Users\hyran\AppData\Local\Programs\Python\Python310\lib\site.py", line 226, in addsitedir addpackages(sitedir, name, known_paths
File "C:\Users\hyran\AppData\Local\Programs\Python\Python310\lib\site.py", line 179, in adpackage for n, line in enumerate(f)
File "C:\Users\hyran\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line23,in decode return codecs.charmap_decode(input,self.errors, decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 25: character maps to
Beta Was this translation helpful? Give feedback.
All reactions