Ubuntu 10.04 x64 - Compute error

2 replies [Last post]
User offline. Last seen 3 weeks 1 day ago. Offline
Sceptic
Joined: 2009-09-25

All WUs fail on Ubuntu 10.04 x64

Exception caught: Worker application apparently died prematurely
Status: -9

User offline. Last seen 1 hour 2 min ago. Offline
Maintainer, developer
Joined: 2009-07-21
Hey there! Your error is

Hey there!

Your error is actually a few lines up:./blender: error while loading shared libraries: libpython3.1.so.1.0: cannot open shared object file: No such file or directory
|[-->] Info:
|child <2905> to stdout
|0 - ./blender
|1 - -noaudio
|2 - -y
|3 - -b

---------------------------
Exception caught: Worker application apparently died prematurely
Status: -9
---------------------------

You need to install python3.1. On Ubuntu, type to terminal:

sudo apt-get install libpython3.1

This issue was noted earlier here: http://www.renderfarm.fi/forum/post/1111

- Jesse Kaukonen, www.jessekaukonen.net

User offline. Last seen 3 weeks 1 day ago. Offline
Sceptic
Joined: 2009-09-25
Thanx Gekko

Thanx Gekko

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.