Heyo community,
First of all iam new to the raspberry and the whole mopidy stuff. But i managed to install mopidy and make it run. But after i updated and upgraded iam unable to start mopidy i get this error message
- Traceback (most recent call last):
- File “/usr/local/bin/mopidy”, line 6, in <module>
- from pkg_resources import load_entry_point
- File “/usr/lib/python2.7/dist-packages/pkg_resources/init.py”, line 3019, in <module>
- @_call_aside
- File “/usr/lib/python2.7/dist-packages/pkg_resources/init.py”, line 3003, in _call_aside
- f(*args, **kwargs)
- File “/usr/lib/python2.7/dist-packages/pkg_resources/init.py”, line 3032, in _initialize_master_working_set
- working_set = WorkingSet._build_master()
- File “/usr/lib/python2.7/dist-packages/pkg_resources/init.py”, line 657, in _build_master
- return cls._build_from_requirements(requires)
- File “/usr/lib/python2.7/dist-packages/pkg_resources/init.py”, line 670, in _build_from_requirements
- dists = ws.resolve(reqs, Environment())
- File “/usr/lib/python2.7/dist-packages/pkg_resources/init.py”, line 849, in resolve
- raise DistributionNotFound(req, requirers)
- pkg_resources.DistributionNotFound: The ‘Mopidy==2.1.0’ distribution was not found and is required by the application
Iam working on a raspberrypie 3b with the newest version of Raspbian und the newest version of mopidy I really cant find the answer to this problem i already tried this one out
- Replace “stable” with “wheezy” in /etc/apt/sources.list.d/mopidy.list:
sudo sed -i -e 's/stable/wheezy/' /etc/apt/sources.list.d/mopidy.list
- Run
sudo apt-get update
- Run
sudo apt-get upgrade
U got any help?