Архив форума Ace Stream       Wiki        Info

перейти на новый форум
Расширенный поиск  

Автор Тема: Acestream on Linux Deepin  (Прочитано 7679 раз)

0 Пользователей и 1 Гость смотрят эту тему.

zios007

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 2
Acestream on Linux Deepin
« : 14 Июня 2015, 06:56:19 »

Sorry I don't speak Russian. So I hope someone that knows some english can help me. I'm trying to install Acestream on Deepin Linux which is based on Ubuntu. However, when I try to run the acestream engine with this command:

acestreamengine --client-console
I get this error:

➜  ~  acestreamengine --client-console
2015-06-14 03:35:45,881|MainThread|acestream|error during startup
Traceback (most recent call last):
  File "core.c", line 1107, in
  File "core.c", line 48, in
  File "core.c", line 25, in
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-i686.egg/psutil/__init__.py", line 88, in <module>
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-i686.egg/psutil/_pslinux.py", line 20, in <module>
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-i686.egg/_psutil_linux.py", line 7, in <module>
  File "/usr/share/acestream/lib/psutil-1.2.1-py2.7-linux-i686.egg/_psutil_linux.py", line 3, in __bootstrap__
ImportError: No module named pkg_resources

I've read online that it could be because i didn't have a 32bit version. However, I've tried with Deepin 64 and Deepin 32 bits. I don't know what else to try. I could not find anything online. And I cannot find anything in this forum because everything is in Russian and I don't know any.

I'll appreciate your help. Thanks!

zios007

  • Newbie
  • *
  • Оффлайн Оффлайн
  • Сообщений: 2
Re: Acestream on Linux Deepin
« Ответ #1 : 14 Июня 2015, 07:03:04 »

By the way. These are the steps I followed:

Installing Ace Stream on Ubuntu from the repository

Step 1

Add link on appropriate repository into /etc/apt/sources.list.

Ubuntu 14.04:
deb http://repo.acestream.org/ubuntu/ trusty main

Step 2

Installing public key. To do this you have to run the following command:

sudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -

Step 3

Installing acestream-full package.

sudo apt-get update
sudo apt-get install acestream-full

In other Linux distros work. But I don't know why with this one I get that error message.