-
Notifications
You must be signed in to change notification settings - Fork 25
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
Blender installation #39
Comments
Hello @katefive,
/snap/bin/blender --background --version
|
Hi, I meet the same problem with you, I believe you had solved the problem, can i ask for your help? |
Hi! Thank you for your great work.
Following your kind explanation, I was going to install the blender package.
I've tried several ways but I finally failed to install it.
Install via snap: use command
sudo snap install blender --channel=2.93lts/stable --classic
.In this way, I got
/snap/bin/blender
and/snap/blender/3688
but when I put commandblender --background --version
, the system saysThe program 'blender' is currently not installed. You can install it by typing: sudo apt install blender
.Install via binary file: download
blender-2.93.18-linux-x64.tar.xz
from https://www.blender.org/download/lts/2-93/ and uncompress it, and copy the binary file into/usr/bin/
directory.After that,
blender --background --version
returnBlender 2.93.18 (hash cb886aba06d5 built 2023-05-22 23:33:27)
correctly butblender --background --python-expr "import sys; print('\nThe version of python is '+sys.version.split(' ')[0])"
occurs the following error:I've been struggling with this problem for several days.... I couldn't find any solution on google.
I would so appreciate it if you (or anyone else) could help me with this issue.
Thank you.
The text was updated successfully, but these errors were encountered: