FS#39405 - [glances] pkg_resources.DistributionNotFound: psutil>=0.5.1,<=1.2.1

Attached to Project: Community Packages
Opened by Edouard (madko) - Friday, 14 March 2014, 08:08 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Friday, 14 March 2014, 18:36 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
can't run glances, no psutil found, or version of psutil is wrong?

Traceback (most recent call last):
File "/usr/bin/glances", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2749, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 446, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 459, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 628, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: psutil>=0.5.1,<=1.2.1

Additional info:
* glances-1.7.5-1-any
* community/python2-psutil 2.0.0-1


Steps to reproduce:
1. pacman -S glances
2. glances
This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Friday, 14 March 2014, 18:36 GMT
Reason for closing:  Duplicate
Additional comments about closing:  #39398
Comment by Alexandre Bury (gyscos) - Friday, 14 March 2014, 10:57 GMT
Duplicate of #39398

Loading...