Skip to content

pkg_resources.DistributionNotFound: psutil, when trying to use sc-desktop.py start or sc-xbox.py start #66

@Pesuri

Description

@Pesuri

It seems that I have the same problem as skeetcha had before (#50). I just set up Raspberry pi 3 today and tried to make steam controller to work with it.

When I try to run "sc-desktop.py start" or "sc-xbox.py start", I also get the same error message:
"Traceback (most recent call last):
File "/usr/local/bin/sc-desktop.py", line 4, in
import('pkg_resources').run_script('python-steamcontroller==1.2', 'sc-desktop.py')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2876, in
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 449, in _build_master
ws.require(requires)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 745, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: psutil"

I have tried to update and upgrade with terminal (sudo apt-get update and sudo apt-get upgrade) and I have rebooted raspberry few times, but it didn't help. When I tried to install psutil, I get a message that it has been already installed.

Any idea what might be wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions