installing Pithos (Pandora radio client) from source

Ответить
euphonious
Сообщения: 10
Зарегистрирован: 19 июн 2015, 00:31
Operating system: Rosa Desktop Fresh 2014.1

installing Pithos (Pandora radio client) from source

Сообщение euphonious » 07 авг 2015, 17:20

I am running ROSA Desktop Fresh R6 on my desktop machine. I desired to use Pithos, a Pandora radio client, which is unfortunately not in the repositories. I attempted to install the program from source as outlined on the page linked below.

https://github.com/pithos/pithos/wiki/I ... rom-Source

I did not see any errors when compiling from source and I think that I have all the dependencies needed but when I run "pithos" to start the program, I receive the output below.

mark@mark-OptiPlex-7010 ~/pithos (master) $ pithos
Traceback (most recent call last):
File "/usr/bin/pithos", line 9, in <module>
load_entry_point('pithos==1.1.1', 'gui_scripts', 'pithos')()
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2431, in load_entry_point
return ep.load()
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2147, in load
['__name__'])
File "/usr/lib/python3.4/site-packages/pithos-1.1.1-py3.4.egg/pithos/application.py", line 23, in <module>
from .pithos import NewPithosWindow
File "/usr/lib/python3.4/site-packages/pithos-1.1.1-py3.4.egg/pithos/pithos.py", line 35, in <module>
gi.require_version('Gst', '1.0')
File "/usr/lib64/python3.4/site-packages/gi/__init__.py", line 100, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gst not available


Can anyone offer me advice on how to correct these errors? Thank you!

Ответить

Вернуться в «ROSA Fresh R4-R7 (2014.1)»