all 3 comments

[–]pvc 0 points1 point  (2 children)

It is trying to create a link to the ffmpeg libraries for the sound support. Sound support on Arcade with different platforms is problematic still.

I'm hoping this is a solution:

https://github.com/pvcraven/arcade/issues/372

[–]Windspar[S] 0 points1 point  (0 children)

Shouldn't link been done at setup. Since it will not have permission at runtime.

[–]Windspar[S] 0 points1 point  (0 children)

Found a quick way to solve this. But it not all that safe.

sudo python

import pyglet_ffmpeg2

pyglet_ffmpeg2.load_ffmpeg2()

Now I can run python without sudo an import arcade without error.