RalfLangeDresden / mopidy-radiobrowser

Mopidy extension to use the community radiostation index (radio-browser.info) to find internet radio stations.
Apache License 2.0
4 stars 5 forks source link

Not installable and dead link #2

Open sphh opened 4 years ago

sphh commented 4 years ago

When I followed the installation instruction from the README.rst

python3 -m pip install Mopidy-RadioBrowser

I get the following error

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting Mopidy-RadioBrowser
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/mopidy-radiobrowser/

BTW the link https://mopidy.com/ext/radiobrowser/ mentioned in the same page returns a 404 - Page not found error.

duracell80 commented 4 years ago

Try this from within the root of the repo:

sudo python3 setup.py install

or if you haven't got the repo in the home directory

sudo apt-get install git git clone https://github.com/RalfLangeDresden/mopidy-radiobrowser.git cd mopidy-radiobrowser sudo python3 setup.py install

Modify that file I found in Issue number one, if the extension doesn't start https://github.com/RalfLangeDresden/mopidy-radiobrowser/issues/1

sphh commented 4 years ago

Thank you. That's certainly an option (or workaround). I would still prefer to be able to install it with the help of pip, because then I can also update it with the help of pip!

Is there any chance to get it on PyPi?

duracell80 commented 4 years ago

Glad you found the workaround working. The maintainer could answer this, I'd personally like to learn how to develop for Mopidy.