FS#58611 - [python-markups] missing dependency on python-markdown-math

Attached to Project: Community Packages
Opened by deleteme (RASQ) - Wednesday, 16 May 2018, 06:48 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 10 June 2018, 05:46 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 11
Private No

Details

Description:
Retext (7.0.1-1) does not start. It worked yesterday before I updated python-markups (2.0.1-1 -> 3.0.0-1).

terminal output:

Using configuration file: /home/me/.local/config/ReText project/ReText.conf
Traceback (most recent call last):
File "/usr/bin/retext", line 111, in <module>
main()
File "/usr/bin/retext", line 79, in main
window = ReTextWindow()
File "/usr/lib/python3.6/site-packages/ReText/window.py", line 217, in __init__
availableMarkups = markups.get_available_markups()
File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 33, in get_available_markups
for markup in get_all_markups():
File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 23, in get_all_markups
return [entry_point.load() for entry_point in entry_points]
File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 23, in <listcomp>
return [entry_point.load() for entry_point in entry_points]
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2321, in load
self.require(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2344, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 778, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-markdown-math' distribution was not found and is required by the application
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 10 June 2018, 05:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-markups 3.0.0-2
Comment by Eli Schwartz (eschwartz) - Thursday, 17 May 2018, 02:46 GMT
  • Field changed: Summary ([retext] fails to start after python-markups update → [python-markups] missing dependency on python-markdown-math)
  • Field changed: Status (Unconfirmed → Assigned)
  • Task assigned to Jaroslav Lichtblau (Dragonlord)

Loading...