FS#59994 - [py3status] ModuleNotFoundError

Attached to Project: Community Packages
Opened by Simon Legner (simon04) - Sunday, 09 September 2018, 08:55 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 07 October 2018, 11:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Morten Linderud (Foxboron)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: py3status 3.12-2 fails to run


Steps to reproduce:

$ py3status
Traceback (most recent call last):
File "/usr/sbin/py3status", line 11, in <module>
load_entry_point('py3status==3.12', 'console_scripts', 'py3status')()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 484, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2707, in load_entry_point
return ep.load()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2325, in load
return self.resolve()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2331, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ModuleNotFoundError: No module named 'py3status'
This task depends upon

Closed by  Morten Linderud (Foxboron)
Sunday, 07 October 2018, 11:22 GMT
Reason for closing:  Fixed
Comment by Eli Schwartz (eschwartz) - Sunday, 09 September 2018, 09:23 GMT
Contains two package functions, the first of which was supposed to build the code that the second one couldn't find to install.

Loading...