Acestream konnte unter Ubuntu 16.04 LTS 1 nicht gestartet werden

Acestream konnte unter Ubuntu 16.04 LTS 1 nicht gestartet werden

Ich bin dieser Anleitung gefolgtWie kann ich Acestream/Sopcast Ubuntu 16.04 LTS ansehen?um acestream auf meinem Desktop zu installieren. Die Installation war erfolgreich und ich habe versucht, es auszuführen und habe den folgenden Fehler erhalten

$ acestreamengine --client-console
2017-01-01 17:57:25,595|MainThread|acestream|error during startup
Traceback (most recent call last):
  File "core.c", line 1146, in 
  File "core.c", line 48, in 
  File "core.c", line 26, in 
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-x86_64.egg/psutil/__init__.py", line 88, in <module>
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-x86_64.egg/psutil/_pslinux.py", line 20, in <module>
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-x86_64.egg/_psutil_linux.py", line 7, in <module>
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-x86_64.egg/_psutil_linux.py", line 3, in __bootstrap__
ImportError: No module named pkg_resources

Ich brauche Hilfe, damit es mit Kodi funktioniert. Neuling hier, danke

Antwort1

Ich kann nicht sagen, was das Problem ursprünglich verursacht hat, aber Sie sollten es neu installieren pkg_resources: sudo apt-get install --reinstall python-pkg-resources

verwandte Informationen