Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade python packages and blender versions. #44

Open
Arc-Jung opened this issue Oct 16, 2024 · 0 comments
Open

Upgrade python packages and blender versions. #44

Arc-Jung opened this issue Oct 16, 2024 · 0 comments

Comments

@Arc-Jung
Copy link

Arc-Jung commented Oct 16, 2024

I am using this open source to build a simple toy project.
However, I have been encountering the following error frequently recently.

Exception in thread Thread-4:
Traceback (most recent call last):
  File "C:\Users\tmr\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\tmr\FloorplanToBlender3d\Server\process\create.py", line 143, in run
    check_output(
  File "C:\Users\tmr\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 415, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "C:\Users\tmr\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['C:\\Program Files\\Blender Foundation\\Blender 2.90\\blender.exe', '-noaudio', '--background', '--python', '../Blender/blender_export_any.py', './storage/objects/ZGYN83.blend', '.obj', './storage/objects/ZGYN83.obj']' returned non-zero exit status 3221226356.

This error will not occur for a while if re run the project, but it is a temporary solution.
I searched the Blender community using the above log, and I was able to confirm the following article.

https://projects.blender.org/blender/blender-addons/issues/61443

Therefore, I want that you update Blender to the latest version.

At the same time, Python package also has some difficulties running on ARM64-based OS, so I think the Python package also needs to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant