Pirate Radio - mopidy-iris / stretch problem

hello,

I’m working on initial setup of my new ‘pirate radio’.
I successfully launched airplay, and vlc servers but I have a problem with mopidy (mopidy-iris).

I used installation script: curl https://get.pimoroni.com/spotipy | bash

overall mopidy (as a core) at the end was installed but at some point I had:

Collecting mopidy-iris
  Downloading https://files.pythonhosted.org/packages/b5/ff/8fa5998d619e0d97b813fde7d35f33454c558e5e3bf2f5a484a96554546b/Mopidy-Iris-3.46.0.tar.gz (6.4MB)
    100% |████████████████████████████████| 6.4MB 10kB/s
Collecting Mopidy>=3.0 (from mopidy-iris)

Could not find a version that satisfies the requirement Mopidy>=3.0 (from mopidy-iris) (from versions: 0.1.0a0, 0.1.0a1, 0.1.0a2, 0.1.0a3, 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.13.0, 0.14.0, 0.14.1, 0.14.2, 0.15.0, 0.16.0, 0.16.1, 0.17.0, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.19.0, 0.19.1, 0.19.2, 0.19.3, 0.19.4, 0.19.5, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 3.0.0a1, 3.0.0a2, 3.0.0a3, 3.0.0a4, 3.0.0a5, 3.0.0a6)

 No matching distribution found for Mopidy>=3.0 (from mopidy-iris)

It seems that mopidy (as a main package works) but there is no web interface (mopidy-iris is not available).

My system is based on Stretch Lite and Mopidy 2.1.0 (which was installed by your https://get.pimoroni.com/spotipy bash script)

How can I resolve this issue?

Regards,
M

I answer myself, maybe it will help someone.

I found solution. There is a need to install older (than current) version of mopidy-iris:
sudo pip install https://github.com/jaedb/Iris/archive/3.43.0.tar.gz