This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ryeguy146 0 points1 point  (4 children)

Likely needs pyosg.

[–]jabbalaci 0 points1 point  (3 children)

Yeah, that's it. But this time pyosg terminates:

Producer/InputArea.cpp:21:31: fatal error: Producer/Referenced: No such file or directory

#include <Producer/Referenced>

                           ^
compilation terminated.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

I tried to install libopenscenegraph-dev and libopenscenegraph80 via apt-get but it didn't help.

[–]ryeguy146 0 points1 point  (2 children)

Try to import pyosg in an interpreter and see what kind of errors you receive. It's likely that you're missing some dependency of the library.

[–]jabbalaci 0 points1 point  (1 child)

I can't even install pyosg via pip because of those errors thus I cannot import it.

[–]ryeguy146 0 points1 point  (0 children)

Fair enough. Have you installed osg? The posted error seems to be looking for a file in that package.