TaylorSMarks / playsound

Pure Python, cross platform, single function module with no dependencies for playing sounds.
Other
504 stars 118 forks source link

GStreamer Warning #114

Closed NikEyX closed 2 years ago

NikEyX commented 2 years ago

Trying to run playsound.playsound() causes this warning:

(python:461791): GStreamer-WARNING **: 14:49:18.938: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstlibav.so': /home/xxx/miniconda3/envs/beer/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/libzimg.so.2)

Any fix?

NikEyX commented 2 years ago

This is the fix: conda install -c conda-forge gxx_linux-64==11.1.0