System Information
Operating system: CentOS 7.7.1908
Graphics card: RTX 5000
Blender Version
Broken: 3.1
Short description of error
Blender starts with missing menus and text, the log is below. Here is a screenshot. As you can see I am starting Blender with factory defaults.
Download location https://mirror.clarkson.edu/blender/release/Blender3.1/blender-3.1.0-linux-x64.tar.xz
./blender --factory-startup >log.txt
typing.get_type_hints failed with: UI_UL_list
Traceback (most recent call last):
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 138, in _test_import
mod = __import__(module_name)
File "/home/USER/opt/blender-3.1/3.1/scripts/startup/bl_ui/__init__.py", line 240, in <module>
bpy.utils.register_class(UI_UL_list)
ModuleNotFoundError: No module named 'typing'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/__init__.py", line 79, in <module>
main()
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/__init__.py", line 76, in main
utils.load_scripts()
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 306, in load_scripts
for mod in modules_from_path(path, loaded_modules):
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 188, in modules_from_path
mod = _test_import(mod_name, loaded_modules)
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 140, in _test_import
import traceback
ModuleNotFoundError: No module named 'traceback'
Python: Traceback (most recent call last):
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 138, in _test_import
mod = __import__(module_name)
File "/home/USER/opt/blender-3.1/3.1/scripts/startup/bl_ui/__init__.py", line 110, in <module>
_modules_loaded = [_namespace[name] for name in _modules]
File "/home/USER/opt/blender-3.1/3.1/scripts/startup/bl_ui/__init__.py", line 110, in <listcomp>
_modules_loaded = [_namespace[name] for name in _modules]
KeyError: 'properties_animviz'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/__init__.py", line 79, in <module>
main()
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/__init__.py", line 76, in main
utils.load_scripts()
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 306, in load_scripts
for mod in modules_from_path(path, loaded_modules):
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 188, in modules_from_path
mod = _test_import(mod_name, loaded_modules)
File "/home/USER/opt/blender-3.1/3.1/scripts/modules/bpy/utils/__init__.py", line 140, in _test_import
import traceback
ModuleNotFoundError: No module named 'traceback'