Maniphest T96742

Blender 3.1 tar release is broken on CentOS
Closed, Archived

Assigned To
None
Authored By
kursad k (kursadk)
Mar 23 2022, 11:53 PM
Tags
  • BF Blender
Subscribers
kursad k (kursadk)
Philipp Oeser (lichtwerk)

Description

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'

Event Timeline

kursad k (kursadk) created this task.Mar 23 2022, 11:53 PM
kursad k (kursadk) updated the task description.Mar 23 2022, 11:55 PM
kursad k (kursadk) updated the task description.
kursad k (kursadk) updated the task description.
Philipp Oeser (lichtwerk) changed the task status from Needs Triage to Needs Information from User.Mar 24 2022, 9:55 AM
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).

Cannot reproduce here

**System Information**
Operating system: Linux-5.13.0-0.rc6.45.fc35.x86_64-x86_64-with-glibc2.34.9000 64 Bits
Graphics card: NVIDIA GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.44
version: 3.1.0, branch: master, commit date: 2022-03-08 18:16, hash: `rBc77597cd0e15`

Are you sure the download archive was complete (I got an incomplete archive from the clarkson mirror the first time)?
Does it work If you extract and directly run from that folder (dont put into /home/USER/opt/blender-3.1)
Is there anything in extracted /blender-3.1.0-linux-x64/3.1/python/lib/python3.10 ?

kursad k (kursadk) added a comment.Mar 24 2022, 5:23 PM

The lib/python3.10 folder seems to be empty

I downloaded the tar file again and this time it has the files.

Philipp Oeser (lichtwerk) added a comment.Mar 24 2022, 6:16 PM
In T96742#1329501, @kursad k (kursadk) wrote:

The lib/python3.10 folder seems to be empty

I downloaded the tar file again and this time it has the files.

So that mean the whole issue is gone, right?

kursad k (kursadk) added a comment.Mar 24 2022, 11:50 PM

Yes, I guess the download was broken.

Philipp Oeser (lichtwerk) closed this task as Archived.Mar 25 2022, 5:41 AM

Oki, will close then