When I launch Anaconda Prompt I get the following error message:
Fatal Python error: init_import_size: Failed to import the site module Python runtime state: initialized
Traceback (most recent call last):
File "C:\Users\blue-\AppData\Local\Programs\Python\Python39\Lib\site.py", line 73, in
import os
File "C:\Users\blue-\AppData\Local\Programs\Python\Python39\Lib\os.py", line 29, in
from _collections_abc import _check_methods
File "C:\Users\blue-\AppData\Local\Programs\Python\Python39\Lib_collections_abc.py", line 12, in
GenericAlias = type(list[int])
TypeError: 'type' object is not subscriptable
This question was asked previously here, but it wasn't answered so I'm trying my luck by asking it again.
Sidenote: I don't know if this is relevant information, but I also can't open the Anaconda Navigator or any Anaconda apps.